mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
ValidateDNS1123Subdomain is a simple wrapper around IsDNS1123Subdomain, however it's the only reason for us to pull k8s.io/kubernetes/pkg/apis/core/validation as a dependency. To avoid unnecessary dependencies, replace the use of ValidateDNS1123Subdomain with IsDNS1123Subdomain. Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>