Skip to content

Commit 2f24d2a

Browse files
authored
Merge pull request #43 from FabianKramm/main
chore: update k8s dependencies
2 parents 3e66fbf + b0ffba1 commit 2f24d2a

File tree

1,799 files changed

+128773
-29645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,799 files changed

+128773
-29645
lines changed

cmd/vcluster/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func Execute(cobraCmd *cobra.Command, args []string, options *context.VirtualClu
226226
MetricsBindAddress: "0",
227227
LeaderElection: false,
228228
Namespace: options.TargetNamespace,
229-
ClientBuilder: blockingcacheclient.NewCacheClientBuilder(),
229+
NewClient: blockingcacheclient.NewCacheClient,
230230
})
231231
if err != nil {
232232
return err
@@ -235,7 +235,7 @@ func Execute(cobraCmd *cobra.Command, args []string, options *context.VirtualClu
235235
Scheme: scheme,
236236
MetricsBindAddress: "0",
237237
LeaderElection: false,
238-
ClientBuilder: blockingcacheclient.NewCacheClientBuilder(),
238+
NewClient: blockingcacheclient.NewCacheClient,
239239
})
240240
if err != nil {
241241
return err

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,37 @@ require (
66
github.com/blang/semver v3.5.1+incompatible
77
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
88
github.com/ghodss/yaml v1.0.0
9-
github.com/go-logr/logr v0.3.0
9+
github.com/go-logr/logr v0.4.0
1010
github.com/go-openapi/loads v0.19.5
1111
github.com/hashicorp/golang-lru v0.5.4
1212
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
13-
github.com/loft-sh/kiosk v0.1.25
13+
github.com/loft-sh/kiosk v0.2.7
1414
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
1515
github.com/pkg/errors v0.9.1
1616
github.com/prometheus/client_model v0.2.0
17-
github.com/prometheus/common v0.10.0
17+
github.com/prometheus/common v0.26.0
1818
github.com/rhysd/go-github-selfupdate v1.2.3
19-
github.com/sirupsen/logrus v1.6.0
20-
github.com/spf13/cobra v1.1.1
19+
github.com/sirupsen/logrus v1.7.0
20+
github.com/spf13/cobra v1.1.3
2121
github.com/spf13/pflag v1.0.5
22-
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
2322
gopkg.in/AlecAivazis/survey.v1 v1.8.8
2423
gotest.tools v2.2.0+incompatible
25-
k8s.io/api v0.20.2
26-
k8s.io/apiextensions-apiserver v0.20.2
27-
k8s.io/apimachinery v0.20.2
28-
k8s.io/apiserver v0.20.2
29-
k8s.io/client-go v0.20.2
24+
k8s.io/api v0.21.1
25+
k8s.io/apiextensions-apiserver v0.21.1
26+
k8s.io/apimachinery v0.21.1
27+
k8s.io/apiserver v0.21.1
28+
k8s.io/client-go v0.21.1
3029
k8s.io/klog v1.0.0
31-
k8s.io/kube-aggregator v0.20.2
32-
k8s.io/kubectl v0.20.2
33-
k8s.io/kubelet v0.20.2
34-
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
35-
sigs.k8s.io/controller-runtime v0.8.3
30+
k8s.io/kube-aggregator v0.21.1
31+
k8s.io/kubectl v0.21.1
32+
k8s.io/kubelet v0.21.1
33+
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
34+
sigs.k8s.io/controller-runtime v0.9.0
3635
)
3736

38-
replace github.com/kubernetes-incubator/reference-docs => github.com/kubernetes-sigs/reference-docs v0.0.0-20170929004150-fcf65347b256
39-
40-
replace github.com/markbates/inflect => github.com/markbates/inflect v1.0.4
41-
42-
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
37+
replace (
38+
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
39+
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
40+
github.com/kubernetes-incubator/reference-docs => github.com/kubernetes-sigs/reference-docs v0.0.0-20170929004150-fcf65347b256
41+
github.com/markbates/inflect => github.com/markbates/inflect v1.0.4
42+
)

go.sum

Lines changed: 169 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/Azure/go-autorest/autorest/authorization.go

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/authorization_sas.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/authorization_storage.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/async.go

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/azure.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/environments.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/go.mod

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)