Target the kubernetes cluster referenced in the docker "kube" context

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-01-28 14:14:13 +01:00
parent a96ceac595
commit 0807ec0067
6 changed files with 101 additions and 91 deletions

1
go.mod
View file

@ -64,6 +64,7 @@ require (
helm.sh/helm/v3 v3.5.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/cli-runtime v0.20.1
k8s.io/client-go v0.20.1
sigs.k8s.io/kustomize/kyaml v0.10.5
)