Skip to content

Commit

Permalink
Merge pull request #43 from FabianKramm/main
Browse files Browse the repository at this point in the history
chore: update k8s dependencies
  • Loading branch information
FabianKramm authored Jun 8, 2021
2 parents 3e66fbf + b0ffba1 commit 2f24d2a
Show file tree
Hide file tree
Showing 1,799 changed files with 128,773 additions and 29,645 deletions.
4 changes: 2 additions & 2 deletions cmd/vcluster/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func Execute(cobraCmd *cobra.Command, args []string, options *context.VirtualClu
MetricsBindAddress: "0",
LeaderElection: false,
Namespace: options.TargetNamespace,
ClientBuilder: blockingcacheclient.NewCacheClientBuilder(),
NewClient: blockingcacheclient.NewCacheClient,
})
if err != nil {
return err
Expand All @@ -235,7 +235,7 @@ func Execute(cobraCmd *cobra.Command, args []string, options *context.VirtualClu
Scheme: scheme,
MetricsBindAddress: "0",
LeaderElection: false,
ClientBuilder: blockingcacheclient.NewCacheClientBuilder(),
NewClient: blockingcacheclient.NewCacheClient,
})
if err != nil {
return err
Expand Down
42 changes: 21 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.3.0
github.com/go-logr/logr v0.4.0
github.com/go-openapi/loads v0.19.5
github.com/hashicorp/golang-lru v0.5.4
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/loft-sh/kiosk v0.1.25
github.com/loft-sh/kiosk v0.2.7
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.10.0
github.com/prometheus/common v0.26.0
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gotest.tools v2.2.0+incompatible
k8s.io/api v0.20.2
k8s.io/apiextensions-apiserver v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/apiserver v0.20.2
k8s.io/client-go v0.20.2
k8s.io/api v0.21.1
k8s.io/apiextensions-apiserver v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/apiserver v0.21.1
k8s.io/client-go v0.21.1
k8s.io/klog v1.0.0
k8s.io/kube-aggregator v0.20.2
k8s.io/kubectl v0.20.2
k8s.io/kubelet v0.20.2
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
sigs.k8s.io/controller-runtime v0.8.3
k8s.io/kube-aggregator v0.21.1
k8s.io/kubectl v0.21.1
k8s.io/kubelet v0.21.1
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
sigs.k8s.io/controller-runtime v0.9.0
)

replace github.com/kubernetes-incubator/reference-docs => github.com/kubernetes-sigs/reference-docs v0.0.0-20170929004150-fcf65347b256

replace github.com/markbates/inflect => github.com/markbates/inflect v1.0.4

replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
replace (
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
github.com/kubernetes-incubator/reference-docs => github.com/kubernetes-sigs/reference-docs v0.0.0-20170929004150-fcf65347b256
github.com/markbates/inflect => github.com/markbates/inflect v1.0.4
)
169 changes: 169 additions & 0 deletions go.sum

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions vendor/github.com/Azure/go-autorest/autorest/authorization.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions vendor/github.com/Azure/go-autorest/autorest/azure/async.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/Azure/go-autorest/autorest/azure/azure.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/github.com/Azure/go-autorest/autorest/azure/environments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/Azure/go-autorest/autorest/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions vendor/github.com/Azure/go-autorest/autorest/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 13 additions & 16 deletions vendor/github.com/Azure/go-autorest/autorest/preparer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f24d2a

Please sign in to comment.