kubernetes/pkg/api/pod
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
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
util_test.go Merge pull request #111441 from denkensk/respect-topology 2022-07-30 01:40:42 -07:00
util.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00
warnings_test.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00
warnings.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00