Skip to content

Commit

Permalink
Merge pull request #68121 from dixudx/remove_rs_controller_options
Browse files Browse the repository at this point in the history
cleanup: remove unused options for rs controller
  • Loading branch information
k8s-ci-robot committed Sep 25, 2018
2 parents 5b864ac + 8afdda1 commit 59ad8c0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 66 deletions.
1 change: 0 additions & 1 deletion hack/.golint_failures
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ pkg/controller/podautoscaler
pkg/controller/podautoscaler/metrics
pkg/controller/podgc
pkg/controller/replicaset
pkg/controller/replicaset/options
pkg/controller/replication
pkg/controller/resourcequota
pkg/controller/route
Expand Down
5 changes: 1 addition & 4 deletions pkg/controller/replicaset/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ filegroup(

filegroup(
name = "all-srcs",
srcs = [
":package-srcs",
"//pkg/controller/replicaset/options:all-srcs",
],
srcs = [":package-srcs"],
tags = ["automanaged"],
)
26 changes: 0 additions & 26 deletions pkg/controller/replicaset/options/BUILD

This file was deleted.

35 changes: 0 additions & 35 deletions pkg/controller/replicaset/options/options.go

This file was deleted.

0 comments on commit 59ad8c0

Please sign in to comment.