mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-25 11:31:44 +00:00
removed this k8s.io/kubernetes/pkg/apis/componentconfig from verify-api-groups.sh
This commit is contained in:
parent
656cb1028e
commit
3e4238987d
@ -65,7 +65,6 @@ done
|
||||
# them. This happens for types that aren't served from the API server
|
||||
groups_without_codegen=(
|
||||
"abac"
|
||||
"componentconfig"
|
||||
"imagepolicy"
|
||||
"admission"
|
||||
)
|
||||
@ -93,7 +92,6 @@ packages_without_install=(
|
||||
"k8s.io/kubernetes/pkg/apis/abac"
|
||||
"k8s.io/kubernetes/pkg/apis/admission"
|
||||
"k8s.io/kubernetes/pkg/apis/apidiscovery"
|
||||
"k8s.io/kubernetes/pkg/apis/componentconfig" # TODO: Remove this package completely and from this list
|
||||
)
|
||||
known_version_files=(
|
||||
"pkg/controlplane/import_known_versions.go"
|
||||
|
Loading…
Reference in New Issue
Block a user