We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7223a2d + a292d35 commit 6c631f8Copy full SHA for 6c631f8
pkg/deploy/cmd/reaper.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
// NewDeploymentConfigReaper returns a new reaper for deploymentConfigs
20
-func NewDeploymentConfigReaper(oc *client.Client, kc *kclient.Client) kubectl.Reaper {
+func NewDeploymentConfigReaper(oc client.Interface, kc kclient.Interface) kubectl.Reaper {
21
return &DeploymentConfigReaper{oc: oc, kc: kc, pollInterval: kubectl.Interval, timeout: kubectl.Timeout}
22
}
23
0 commit comments