Skip to content

Commit

Permalink
🔧 Use Kubernetes client interface to add support for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 20, 2022
1 parent 0f745b2 commit 5ff604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kubernetes/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

type KubeClient struct {
ClientSet *kubernetes.Clientset
ClientSet kubernetes.Interface
ClientConfig *rest.Config
Namespace string
}
Expand Down

0 comments on commit 5ff604a

Please sign in to comment.