mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 23:02:25 +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>