Skip to content

Commit 7149cb9

Browse files
committed
Revert "Revert "remove legacycloudproviders from staging""
This reverts commit d9a0be3.
1 parent 466b10f commit 7149cb9

18 files changed

+0
-349
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ replace (
248248
k8s.io/kube-scheduler => ./staging/src/k8s.io/kube-scheduler
249249
k8s.io/kubectl => ./staging/src/k8s.io/kubectl
250250
k8s.io/kubelet => ./staging/src/k8s.io/kubelet
251-
k8s.io/legacy-cloud-providers => ./staging/src/k8s.io/legacy-cloud-providers
252251
k8s.io/metrics => ./staging/src/k8s.io/metrics
253252
k8s.io/mount-utils => ./staging/src/k8s.io/mount-utils
254253
k8s.io/pod-security-admission => ./staging/src/k8s.io/pod-security-admission

go.work

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use (
2828
./staging/src/k8s.io/kube-scheduler
2929
./staging/src/k8s.io/kubectl
3030
./staging/src/k8s.io/kubelet
31-
./staging/src/k8s.io/legacy-cloud-providers
3231
./staging/src/k8s.io/metrics
3332
./staging/src/k8s.io/mount-utils
3433
./staging/src/k8s.io/pod-security-admission

hack/golangci-hints.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ linters-settings: # please keep this alphabetized
141141
contextual k8s.io/kube-controller-manager/.*
142142
contextual k8s.io/kube-proxy/.*
143143
contextual k8s.io/kube-scheduler/.*
144-
contextual k8s.io/legacy-cloud-providers/.*
145144
contextual k8s.io/sample-apiserver/.*
146145
contextual k8s.io/sample-cli-plugin/.*
147146
contextual k8s.io/sample-controller/.*

hack/golangci-strict.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ linters-settings: # please keep this alphabetized
187187
contextual k8s.io/kube-controller-manager/.*
188188
contextual k8s.io/kube-proxy/.*
189189
contextual k8s.io/kube-scheduler/.*
190-
contextual k8s.io/legacy-cloud-providers/.*
191190
contextual k8s.io/sample-apiserver/.*
192191
contextual k8s.io/sample-cli-plugin/.*
193192
contextual k8s.io/sample-controller/.*

hack/golangci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ linters-settings: # please keep this alphabetized
190190
contextual k8s.io/kube-controller-manager/.*
191191
contextual k8s.io/kube-proxy/.*
192192
contextual k8s.io/kube-scheduler/.*
193-
contextual k8s.io/legacy-cloud-providers/.*
194193
contextual k8s.io/sample-apiserver/.*
195194
contextual k8s.io/sample-cli-plugin/.*
196195
contextual k8s.io/sample-controller/.*

hack/logcheck.conf

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ contextual k8s.io/kms/.*
3838
contextual k8s.io/kube-controller-manager/.*
3939
contextual k8s.io/kube-proxy/.*
4040
contextual k8s.io/kube-scheduler/.*
41-
contextual k8s.io/legacy-cloud-providers/.*
4241
contextual k8s.io/sample-apiserver/.*
4342
contextual k8s.io/sample-cli-plugin/.*
4443
contextual k8s.io/sample-controller/.*

staging/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Repositories currently staged here:
2929
- [`k8s.io/kube-scheduler`](https://github.com/kubernetes/kube-scheduler)
3030
- [`k8s.io/kubectl`](https://github.com/kubernetes/kubectl)
3131
- [`k8s.io/kubelet`](https://github.com/kubernetes/kubelet)
32-
- [`k8s.io/legacy-cloud-providers`](https://github.com/kubernetes/legacy-cloud-providers)
3332
- [`k8s.io/metrics`](https://github.com/kubernetes/metrics)
3433
- [`k8s.io/mount-utils`](https://github.com/kubernetes/mount-utils)
3534
- [`k8s.io/pod-security-admission`](https://github.com/kubernetes/pod-security-admission)

staging/publishing/import-restrictions.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -261,22 +261,6 @@
261261
- k8s.io/kubelet
262262
- k8s.io/utils
263263

264-
- baseImportPath: "./staging/src/k8s.io/legacy-cloud-providers"
265-
allowedImports:
266-
- k8s.io/api
267-
- k8s.io/apimachinery
268-
- k8s.io/client-go
269-
- k8s.io/cloud-provider
270-
- k8s.io/csi-translation-lib
271-
- k8s.io/klog
272-
- k8s.io/legacy-cloud-providers
273-
- k8s.io/mount-utils
274-
- k8s.io/utils
275-
- k8s.io/apiserver/pkg/util/feature
276-
- k8s.io/component-base/featuregate
277-
- k8s.io/component-base/metrics
278-
- k8s.io/component-base/metrics/legacyregistry
279-
280264
- baseImportPath: "./staging/src/k8s.io/csi-translation-lib"
281265
allowedImports:
282266
- k8s.io/api

staging/publishing/rules.yaml

-24
Original file line numberDiff line numberDiff line change
@@ -2290,30 +2290,6 @@ rules:
22902290
library: true
22912291
- destination: legacy-cloud-providers
22922292
branches:
2293-
- name: master
2294-
dependencies:
2295-
- repository: api
2296-
branch: master
2297-
- repository: apimachinery
2298-
branch: master
2299-
- repository: client-go
2300-
branch: master
2301-
- repository: cloud-provider
2302-
branch: master
2303-
- repository: apiserver
2304-
branch: master
2305-
- repository: component-base
2306-
branch: master
2307-
- repository: controller-manager
2308-
branch: master
2309-
- repository: component-helpers
2310-
branch: master
2311-
- repository: kms
2312-
branch: master
2313-
source:
2314-
branch: master
2315-
dirs:
2316-
- staging/src/k8s.io/legacy-cloud-providers
23172293
- name: release-1.26
23182294
go: 1.21.9
23192295
dependencies:

staging/src/k8s.io/legacy-cloud-providers/.github/PULL_REQUEST_TEMPLATE.md

-2
This file was deleted.

staging/src/k8s.io/legacy-cloud-providers/LICENSE

-201
This file was deleted.

staging/src/k8s.io/legacy-cloud-providers/OWNERS

-22
This file was deleted.

staging/src/k8s.io/legacy-cloud-providers/README.md

-30
This file was deleted.

staging/src/k8s.io/legacy-cloud-providers/SECURITY_CONTACTS

-20
This file was deleted.

staging/src/k8s.io/legacy-cloud-providers/code-of-conduct.md

-3
This file was deleted.

0 commit comments

Comments
 (0)