mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Merge pull request #50558 from xiangpengzhao/remove-pkg
Automatic merge from submit-queue (batch tested with PRs 50589, 50558) Remove packages which aren't relied on by heapster anymore. **What this PR does / why we need it**: Do the TODO: ``` // TODO apimachinery remove this empty package. Godep fails without this because heapster relies // on this package. This will allow us to start splitting packages, but will force // heapster to update on their next kube rebase. ``` These packages aren't relied on by heapster anymore. This PR removes them. This is a followup of #48410. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # ref: #48386 #48410 **Special notes for your reviewer**: /cc @deads2k /kind cleanup **Release note**: ```release-note NONE ```
This commit is contained in:
@@ -79,7 +79,6 @@ federation/registry/cluster/etcd
|
||||
pkg/api/endpoints
|
||||
pkg/api/helper
|
||||
pkg/api/helper/qos
|
||||
pkg/api/meta/metatypes
|
||||
pkg/api/ref
|
||||
pkg/api/testapi
|
||||
pkg/api/testing
|
||||
@@ -145,7 +144,6 @@ pkg/apis/storage/v1/util
|
||||
pkg/apis/storage/v1beta1
|
||||
pkg/apis/storage/v1beta1/util
|
||||
pkg/auth/authorizer/abac
|
||||
pkg/auth/user
|
||||
pkg/capabilities
|
||||
pkg/client/chaosclient
|
||||
pkg/client/informers/informers_generated/internalversion/internalinterfaces
|
||||
|
||||
@@ -23,7 +23,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||
|
||||
kube::golang::setup_env
|
||||
|
||||
APIROOTS=${APIROOTS:-pkg/api pkg/apis pkg/runtime pkg/watch staging/src/k8s.io/apimachinery/pkg/api staging/src/k8s.io/apimachinery/pkg/apis staging/src/k8s.io/apiserver/pkg staging/src/k8s.io/api staging/src/k8s.io/metrics/pkg/apis}
|
||||
APIROOTS=${APIROOTS:-pkg/api pkg/apis pkg/watch staging/src/k8s.io/apimachinery/pkg/api staging/src/k8s.io/apimachinery/pkg/apis staging/src/k8s.io/apiserver/pkg staging/src/k8s.io/api staging/src/k8s.io/metrics/pkg/apis}
|
||||
_tmp="${KUBE_ROOT}/_tmp"
|
||||
|
||||
cleanup() {
|
||||
|
||||
Reference in New Issue
Block a user