Skip to content

Commit

Permalink
Merge pull request #10034 from mdalstein/interfaceInAPI
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jul 27, 2016
2 parents 7223a2d + a292d35 commit 6c631f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/cmd/reaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

// NewDeploymentConfigReaper returns a new reaper for deploymentConfigs
func NewDeploymentConfigReaper(oc *client.Client, kc *kclient.Client) kubectl.Reaper {
func NewDeploymentConfigReaper(oc client.Interface, kc kclient.Interface) kubectl.Reaper {
return &DeploymentConfigReaper{oc: oc, kc: kc, pollInterval: kubectl.Interval, timeout: kubectl.Timeout}
}

Expand Down

0 comments on commit 6c631f8

Please sign in to comment.