mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-29 13:53:26 -04:00
A recent commit changed name validation from DNS Subdomain to DNS Label. The assumption was that a subdomain-named SS could never work and the only reasonable thing to do would be to delete it. But if there is a finalizer, the delete is not possible because we would reject the update because the old name (subdomain) did not pass the new validation. This commit does not re-validate the ObjectMeta on update. Probably every resource should follow this pattern, but mostly it's a non-issue becauase the above change (name validation) is not something we do - this case was excpetional. |
||
|---|---|---|
| .. | ||
| fuzzer | ||
| install | ||
| v1 | ||
| v1beta1 | ||
| v1beta2 | ||
| validation | ||
| doc.go | ||
| OWNERS | ||
| register.go | ||
| types.go | ||
| zz_generated.deepcopy.go | ||