File tree Expand file tree Collapse file tree 4 files changed +188
-0
lines changed
staging/src/k8s.io/component-helpers Expand file tree Collapse file tree 4 files changed +188
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ require (
120
120
k8s.io/cluster-bootstrap v0.0.0
121
121
k8s.io/code-generator v0.0.0
122
122
k8s.io/component-base v0.0.0
123
+ k8s.io/component-helpers v0.0.0
123
124
k8s.io/controller-manager v0.0.0
124
125
k8s.io/cri-api v0.0.0
125
126
k8s.io/csi-translation-lib v0.0.0
@@ -470,6 +471,7 @@ replace (
470
471
k8s.io/cluster-bootstrap => ./staging/src/k8s.io/cluster-bootstrap
471
472
k8s.io/code-generator => ./staging/src/k8s.io/code-generator
472
473
k8s.io/component-base => ./staging/src/k8s.io/component-base
474
+ k8s.io/component-helpers => ./staging/src/k8s.io/component-helpers
473
475
k8s.io/controller-manager => ./staging/src/k8s.io/controller-manager
474
476
k8s.io/cri-api => ./staging/src/k8s.io/cri-api
475
477
k8s.io/csi-translation-lib => ./staging/src/k8s.io/csi-translation-lib
Original file line number Diff line number Diff line change
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
+ )
Original file line number Diff line number Diff line change @@ -2175,6 +2175,10 @@ k8s.io/component-base/metrics/testutil
2175
2175
k8s.io/component-base/term
2176
2176
k8s.io/component-base/version
2177
2177
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
2178
2182
# k8s.io/controller-manager v0.0.0 => ./staging/src/k8s.io/controller-manager
2179
2183
## explicit
2180
2184
# k8s.io/controller-manager => ./staging/src/k8s.io/controller-manager
You can’t perform that action at this time.
0 commit comments