kubernetes/pkg/api
Sascha Grunert 584783ee9f
Partly remove support for seccomp annotations
We now partly drop the support for seccomp annotations which is planned
for v1.25 as part of the KEP:

https://github.com/kubernetes/enhancements/issues/135

Pod security policies are not touched by this change and therefore we
have to keep the annotation key constants.

This means we only allow the usage of the annotations for backwards
compatibility reasons while the synchronization of the field to
annotation is no longer supported. Using the annotations for static pods
is also not supported any more.

Making the annotations fully non-functional will be deferred to a
future release.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-08-01 09:19:29 +02:00
..
endpoints/testing Move endpoints test-helper funcs to a package 2021-07-01 18:26:45 -07:00
legacyscheme hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
persistentvolume csi: add nodeExpandSecret support for CSI client 2022-04-05 11:36:23 +08:00
persistentvolumeclaim remove ExpandPersistentVolume feature gate 2022-03-24 10:02:47 -04:00
pod Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00
podsecuritypolicy Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
service Rename IPFamilyPolicyType => IPFamilyPolicy 2022-07-06 15:42:26 -07:00
testing Change reflect.Ptr to reflect.Pointer 2022-06-26 01:23:43 +09:00
v1 Remove EphemeralContainers feature-gate checks 2022-07-26 02:55:30 +02:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00