Skip to content

Commit c14767d

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#61218 from hanxiaoshuai/clean0315
Automatic merge from submit-queue (batch tested with PRs 60519, 61099, 61218, 61166, 61714). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. remove unused code authenticator/password/allow **What this PR does / why we need it**: remove unused code authenticator/password/allow **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
2 parents fa14a79 + bf44c29 commit c14767d

File tree

4 files changed

+0
-122
lines changed

4 files changed

+0
-122
lines changed

staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ filegroup(
2222
name = "all-srcs",
2323
srcs = [
2424
":package-srcs",
25-
"//staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow:all-srcs",
2625
"//staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile:all-srcs",
2726
],
2827
tags = ["automanaged"],

staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow/BUILD

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

staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow/allow.go

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

staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow/allow_test.go

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

0 commit comments

Comments
 (0)