Skip to content

Commit edf8577

Browse files
committed
Remove Rancher Credential Provider from upstream kubernetes
This is useful only in rancher environment, they are using this in a very old branch (1.6), they are currently at 2.2.x. There is just no point in us carrying this code as this is not useful to anyone else outside of the rancher environment. Let us please remove this code from upstream. Change-Id: I5196d0edd79a7809c3a04e6028ddbd01063f224b
1 parent dc071b8 commit edf8577

File tree

162 files changed

+0
-19044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+0
-19044
lines changed

Godeps/LICENSES

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

cmd/kubelet/app/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ go_library(
4848
"//pkg/credentialprovider/aws:go_default_library",
4949
"//pkg/credentialprovider/azure:go_default_library",
5050
"//pkg/credentialprovider/gcp:go_default_library",
51-
"//pkg/credentialprovider/rancher:go_default_library",
5251
"//pkg/features:go_default_library",
5352
"//pkg/kubelet:go_default_library",
5453
"//pkg/kubelet/apis/config:go_default_library",

cmd/kubelet/app/plugins.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
_ "k8s.io/kubernetes/pkg/credentialprovider/aws"
2323
_ "k8s.io/kubernetes/pkg/credentialprovider/azure"
2424
_ "k8s.io/kubernetes/pkg/credentialprovider/gcp"
25-
_ "k8s.io/kubernetes/pkg/credentialprovider/rancher"
2625
"k8s.io/utils/exec"
2726
// Volume plugins
2827
"k8s.io/kubernetes/pkg/volume"

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ require (
131131
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
132132
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
133133
github.com/quobyte/api v0.1.2
134-
github.com/rancher/go-rancher v0.0.0-20160922212217-09693a8743ba
135134
github.com/robfig/cron v0.0.0-20170309132418-df38d32658d8
136135
github.com/rubiojr/go-vhd v0.0.0-20160810183302-0bfd3b39853c
137136
github.com/russross/blackfriday v0.0.0-20151117072312-300106c228d5

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a h1:9a8MnZMP0X2nL
337337
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
338338
github.com/quobyte/api v0.1.2 h1:lPHLsuvtjFyk8WhC4uHoHRkScijIHcffTWBBP+YpzYo=
339339
github.com/quobyte/api v0.1.2/go.mod h1:jL7lIHrmqQ7yh05OJ+eEEdHr0u/kmT1Ff9iHd+4H6VI=
340-
github.com/rancher/go-rancher v0.0.0-20160922212217-09693a8743ba h1:YPSbZK9YwHzifTgnX/TdxhL+UV9FCk+9ku9Iz1uc8kc=
341-
github.com/rancher/go-rancher v0.0.0-20160922212217-09693a8743ba/go.mod h1:7oQvGNiJsGvrUgB+7AH8bmdzuR0uhULfwKb43Ht0hUk=
342340
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
343341
github.com/robfig/cron v0.0.0-20170309132418-df38d32658d8 h1:b904/jbnmYuSPd5ojGzVTLjKPVTSj3t/e1vEPiPGjEg=
344342
github.com/robfig/cron v0.0.0-20170309132418-df38d32658d8/go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k=

hack/.golint_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ pkg/controller/volume/persistentvolume/config/v1alpha1
112112
pkg/controller/volume/persistentvolume/options
113113
pkg/credentialprovider
114114
pkg/credentialprovider/gcp
115-
pkg/credentialprovider/rancher
116115
pkg/features
117116
pkg/kubeapiserver
118117
pkg/kubeapiserver/options

pkg/credentialprovider/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ filegroup(
4646
"//pkg/credentialprovider/aws:all-srcs",
4747
"//pkg/credentialprovider/azure:all-srcs",
4848
"//pkg/credentialprovider/gcp:all-srcs",
49-
"//pkg/credentialprovider/rancher:all-srcs",
5049
"//pkg/credentialprovider/secrets:all-srcs",
5150
],
5251
tags = ["automanaged"],

pkg/credentialprovider/rancher/BUILD

Lines changed: 0 additions & 44 deletions
This file was deleted.

pkg/credentialprovider/rancher/doc.go

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)