Files
kubernetes/cmd/kubeadm/app/apis/kubeadm
Rostislav M. Georgiev 4ac6d7f501 kubeadm: Replace ValidateDNS1123Subdomain
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>
2019-06-14 14:40:14 +03:00
..
2019-04-25 17:10:04 +03:00
2019-04-25 17:10:04 +03:00
2018-09-13 20:27:32 -07:00