Skip to content

Commit 2776cc1

Browse files
authored
Merge pull request kubernetes#77099 from dims/remove-rancher-credential-provider-from-upstream-kubernetes
Remove Rancher Credential Provider from upstream kubernetes
2 parents b7fd7c6 + edf8577 commit 2776cc1

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
@@ -129,7 +129,6 @@ require (
129129
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
130130
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
131131
github.com/quobyte/api v0.1.2
132-
github.com/rancher/go-rancher v0.0.0-20160922212217-09693a8743ba
133132
github.com/robfig/cron v0.0.0-20170309132418-df38d32658d8
134133
github.com/russross/blackfriday v0.0.0-20151117072312-300106c228d5
135134
github.com/seccomp/libseccomp-golang v0.0.0-20150813023252-1b506fc7c24e // indirect

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
@@ -110,7 +110,6 @@ pkg/controller/volume/persistentvolume/config/v1alpha1
110110
pkg/controller/volume/persistentvolume/options
111111
pkg/credentialprovider
112112
pkg/credentialprovider/gcp
113-
pkg/credentialprovider/rancher
114113
pkg/features
115114
pkg/kubeapiserver
116115
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)