Skip to content

Commit 5246099

Browse files
committed
Uses new apply
1 parent 0ecb227 commit 5246099

File tree

4 files changed

+107
-6
lines changed

4 files changed

+107
-6
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ require (
77
github.com/evanphx/json-patch v4.5.0+incompatible
88
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
99
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
10-
k8s.io/api v0.18.2
11-
k8s.io/apimachinery v0.18.2
12-
k8s.io/client-go v0.18.2
10+
k8s.io/api v0.18.4
11+
k8s.io/apimachinery v0.18.4
12+
k8s.io/cli-runtime v0.18.4
13+
k8s.io/client-go v0.18.4
14+
k8s.io/kubectl v0.18.4
1315
sigs.k8s.io/controller-runtime v0.6.0
1416
sigs.k8s.io/kustomize/api v0.3.2
1517
sigs.k8s.io/yaml v1.2.0

0 commit comments

Comments
 (0)