Skip to content

Commit

Permalink
Update inject args kubernetes Clientset to Interface.
Browse files Browse the repository at this point in the history
This will allow for using the fakeclient to test out controllers.
  • Loading branch information
briantkennedy committed Apr 19, 2018
1 parent 88f0bdd commit 8404641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/inject/args/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type InjectArgs struct {
Config *rest.Config

// KubernetesClientSet is a clientset to talk to Kuberntes apis
KubernetesClientSet *kubernetes.Clientset
KubernetesClientSet kubernetes.Interface

// KubernetesInformers contains a Kubernetes informers factory
KubernetesInformers informers.SharedInformerFactory
Expand Down

0 comments on commit 8404641

Please sign in to comment.