Files
kubernetes/pkg/apis/core/validation
Lee Verberne 1dc040082c Refactor container validation
Refactor common validation into methods that validate a single container
and call these methods when iterating the three types of container
lists. Move initContainer-specific validation from validateContainers to
validateInitContainers.

This resolves issues where init and ephemeral containers would return
duplicate or incorrectly formatted errors for problems detected by
validateContainers.
2022-07-26 07:19:56 +02:00
..
2020-07-01 10:50:28 -04:00
2022-01-10 08:14:29 -05:00
2022-07-26 07:19:56 +02:00