Skip to content

Commit

Permalink
Merge pull request #77 from briantkennedy/master
Browse files Browse the repository at this point in the history
Update InjectArgs kubernetes Clientset to Interface.
  • Loading branch information
Phillip Wittrock authored Apr 19, 2018
2 parents 4d096ae + 8404641 commit b3c7b05
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 b3c7b05

Please sign in to comment.