kubernetes/pkg/api/pod
Sascha Grunert af1f6a230b
Make seccomp annotations non-functional
This cleanup has been planned to finish the corresponding KEP:
https://github.com/kubernetes/kubernetes/issues/91286

As follow-up on the partly removal of the seccomp annotations in
https://github.com/kubernetes/kubernetes/pull/109819, we now drop
the version skew handling completely, but still warn as well as keep
the validation in place if both (annotation and field) are set.

The Pod Security Admission code has been already changed in
https://github.com/kubernetes/kubernetes/pull/114846.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-12 17:11:52 +01:00
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
util_test.go Validate labelSelector in topologySpreadConstraints 2022-11-28 09:46:46 +08:00
util.go Make seccomp annotations non-functional 2023-01-12 17:11:52 +01:00
warnings_test.go Make seccomp annotations non-functional 2023-01-12 17:11:52 +01:00
warnings.go Make seccomp annotations non-functional 2023-01-12 17:11:52 +01:00