Skip to content

Commit

Permalink
Merge pull request #58902 from yujuhong/rm-rktshim
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 56995, 58498, 57426, 58902, 58863). 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>.

kubelet: remove the rktshim directory

This package contains only placeholders without actual implementation.
Since it is not currently under active development, remove it to avoid
unnecessary change needed whenever the interface is changed.
  • Loading branch information
Kubernetes Submit Queue committed Jan 29, 2018
2 parents bf05348 + 318606c commit a58ca14
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 735 deletions.
1 change: 0 additions & 1 deletion hack/.golint_failures
Expand Up @@ -204,7 +204,6 @@ pkg/kubelet/prober/testing
pkg/kubelet/qos
pkg/kubelet/remote
pkg/kubelet/rkt
pkg/kubelet/rktshim
pkg/kubelet/secret
pkg/kubelet/server
pkg/kubelet/server/portforward
Expand Down
1 change: 0 additions & 1 deletion pkg/kubelet/BUILD
Expand Up @@ -278,7 +278,6 @@ filegroup(
"//pkg/kubelet/qos:all-srcs",
"//pkg/kubelet/remote:all-srcs",
"//pkg/kubelet/rkt:all-srcs",
"//pkg/kubelet/rktshim:all-srcs",
"//pkg/kubelet/secret:all-srcs",
"//pkg/kubelet/server:all-srcs",
"//pkg/kubelet/stats:all-srcs",
Expand Down
45 changes: 0 additions & 45 deletions pkg/kubelet/rktshim/BUILD

This file was deleted.

3 changes: 0 additions & 3 deletions pkg/kubelet/rktshim/OWNERS

This file was deleted.

87 changes: 0 additions & 87 deletions pkg/kubelet/rktshim/app-interface.go

This file was deleted.

20 changes: 0 additions & 20 deletions pkg/kubelet/rktshim/doc.go

This file was deleted.

0 comments on commit a58ca14

Please sign in to comment.