mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-16 23:58:44 -04:00
Automatic merge from submit-queue Remove deprecated init-container in annotations fixes #50655 fixes #51816 closes #41004 fixes #51816 Builds on #50654 and drops the initContainer annotations on conversion to prevent bypassing API server validation/security and targeting version-skewed kubelets that still honor the annotations ```release-note The deprecated alpha and beta initContainer annotations are no longer supported. Init containers must be specified using the initContainers field in the pod spec. ``` |
||
|---|---|---|
| .. | ||
| endpoints | ||
| helper | ||
| node | ||
| pod | ||
| resource | ||
| service | ||
| validation | ||
| backward_compatibility_test.go | ||
| BUILD | ||
| conversion.go | ||
| conversion_test.go | ||
| defaults.go | ||
| defaults_test.go | ||
| doc.go | ||
| generate.go | ||
| OWNERS | ||
| register.go | ||
| zz_generated.conversion.go | ||
| zz_generated.defaults.go | ||