Skip to content

Commit 3802f20

Browse files
committed
Run hack/update-vendor.sh
1 parent 7530806 commit 3802f20

File tree

4 files changed

+188
-0
lines changed

4 files changed

+188
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ require (
120120
k8s.io/cluster-bootstrap v0.0.0
121121
k8s.io/code-generator v0.0.0
122122
k8s.io/component-base v0.0.0
123+
k8s.io/component-helpers v0.0.0
123124
k8s.io/controller-manager v0.0.0
124125
k8s.io/cri-api v0.0.0
125126
k8s.io/csi-translation-lib v0.0.0
@@ -470,6 +471,7 @@ replace (
470471
k8s.io/cluster-bootstrap => ./staging/src/k8s.io/cluster-bootstrap
471472
k8s.io/code-generator => ./staging/src/k8s.io/code-generator
472473
k8s.io/component-base => ./staging/src/k8s.io/component-base
474+
k8s.io/component-helpers => ./staging/src/k8s.io/component-helpers
473475
k8s.io/controller-manager => ./staging/src/k8s.io/controller-manager
474476
k8s.io/cri-api => ./staging/src/k8s.io/cri-api
475477
k8s.io/csi-translation-lib => ./staging/src/k8s.io/csi-translation-lib
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// This is a generated file. Do not edit directly.
2+
3+
module k8s.io/component-helpers
4+
5+
go 1.15
6+
7+
require k8s.io/api v0.0.0
8+
9+
replace (
10+
k8s.io/api => ../api
11+
k8s.io/apimachinery => ../apimachinery
12+
k8s.io/component-helpers => ../component-helpers
13+
)

staging/src/k8s.io/component-helpers/go.sum

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

vendor/modules.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,6 +2175,10 @@ k8s.io/component-base/metrics/testutil
21752175
k8s.io/component-base/term
21762176
k8s.io/component-base/version
21772177
k8s.io/component-base/version/verflag
2178+
# k8s.io/component-helpers v0.0.0 => ./staging/src/k8s.io/component-helpers
2179+
## explicit
2180+
# k8s.io/component-helpers => ./staging/src/k8s.io/component-helpers
2181+
k8s.io/component-helpers/scheduling/corev1
21782182
# k8s.io/controller-manager v0.0.0 => ./staging/src/k8s.io/controller-manager
21792183
## explicit
21802184
# k8s.io/controller-manager => ./staging/src/k8s.io/controller-manager

0 commit comments

Comments
 (0)