kubernetes/pkg/api/pod
Alex Petrov 642b0eae3d fix(pod/util): typos in getting pod validation options
Before, containers with the PostStart sleep lifecycle hook would cause
null pointer panics due to a typo in the field name being checked. This
commit fixes that.

The check also needs to be done on the oldPodSpec, rather than the
podSpec, so that existing workloads which use the zero value continue
functioning in the same way.
2025-02-28 22:19:00 +05:30
..
testing Adding the logic to validate pod-level resources as following: 2024-11-08 03:00:54 +00:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
util.go fix(pod/util): typos in getting pod validation options 2025-02-28 22:19:00 +05:30
util_test.go fix(pod/util): typos in getting pod validation options 2025-02-28 22:19:00 +05:30
warnings.go Merge pull request #121968 from Peac36/fix/121414 2024-11-08 02:20:43 +00:00
warnings_test.go optimize checks for overlapping in projected 2024-07-24 19:23:27 +03:00