Skip to content

Commit

Permalink
Vendor: update endpointslice controller dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVerc committed Mar 26, 2024
1 parent 624f8df commit 0e00a40
Show file tree
Hide file tree
Showing 256 changed files with 27,322 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ require (
k8s.io/client-go v0.29.2
k8s.io/cloud-provider v0.29.2
k8s.io/component-base v0.29.2
k8s.io/controller-manager v0.29.2
k8s.io/endpointslice v0.29.2
k8s.io/klog/v2 v2.110.1
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
kubevirt.io/api v0.59.0
Expand Down Expand Up @@ -110,7 +112,6 @@ require (
k8s.io/apiextensions-apiserver v0.26.1 // indirect
k8s.io/apiserver v0.29.2 // indirect
k8s.io/component-helpers v0.29.2 // indirect
k8s.io/controller-manager v0.29.2 // indirect
k8s.io/kms v0.29.2 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
kubevirt.io/containerized-data-importer-api v1.55.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ k8s.io/component-helpers v0.29.2 h1:1kTIanIdqUVG2nW3e2ENVEaYbZKphqPgEdCmJvk71aw=
k8s.io/component-helpers v0.29.2/go.mod h1:gFc/p60rYtpD8UCcNfPCmbokHT2uy0yDpmr/KKUMNAw=
k8s.io/controller-manager v0.29.2 h1:S99UKzjvyFWG4WZWaWQ+iu64X9axwzbi4152tFd73+4=
k8s.io/controller-manager v0.29.2/go.mod h1:xghbiyv5l/SVA5yVvRuGDmNVJEGl7MQqPAD0hvjZLhM=
k8s.io/endpointslice v0.29.2 h1:apfQewcuBamXhl8YZi9aXzjXKBatQCqxbdzp0MNA0tQ=
k8s.io/endpointslice v0.29.2/go.mod h1:/AJMYF5iAxZuIH3/sIRBYxZl7hXH/h2NcTaaLgthaF0=
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
Expand Down
174 changes: 174 additions & 0 deletions vendor/k8s.io/client-go/discovery/fake/discovery.go

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

Loading

0 comments on commit 0e00a40

Please sign in to comment.