mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Target the kubernetes cluster referenced in the docker "kube" context
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
a96ceac595
commit
0807ec0067
6 changed files with 101 additions and 91 deletions
1
go.mod
1
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue