-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
- k/k hack/lib/init.sh has
KUBE_AVAILABLE_GROUP_VERSIONS
which is a hand-maintained list of API groups - k/k pkg/api/testing/defaulting_test.go has
typesWithDefaulting
which is a hand-maintained list of GVKs with defaulters - k/k pkg/controlplane/instance.go has
stableAPIGroupVersionsEnabledByDefault
andbetaAPIGroupVersionsDisabledByDefault
andalphaAPIGroupVersionsDisabledByDefault
which are hand-maintained - k/k staging/src/k8s.io/api/roundtrip_test.go has
var groups = []runtime.SchemeBuilder
which is hand-maintained
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.