kubernetes/pkg/apis/apps/validation
Tim Hockin f4c1682fb1
Validate StatefulSet names as DNS Label
Any StatefuleSet which took advantage of this (by having dots in the
name) can't have worked because we set `pod.spec.hostname` from it,
which is validated as a DNS label.

So while this is strictly a breaking change, it doesn't break anything
that was not already broken.
2022-11-28 17:31:08 -08:00
..
validation.go Validate StatefulSet names as DNS Label 2022-11-28 17:31:08 -08:00
validation_test.go Validate StatefulSet names as DNS Label 2022-11-28 17:31:08 -08:00