kops/pkg/validation
Brad Kim 967f1e86c6 Fix for validating kubeconfig's hosts
URL's Host field is "host" or "host:port". (see https://golang.org/pkg/net/url/#URL )
"host:port" can't be used as net.LookupHost's parameter.
I recommend using URL.Hostname() instead of URL.Host.
2018-05-03 11:48:51 +09:00
..
BUILD.bazel Update bazel configs for bazel 0.12 go_rules 0.11 2018-04-18 14:53:00 -04:00
node_conditions.go Validation: treat as error if insufficient nodes 2018-03-20 23:28:27 -04:00
validate_cluster.go Fix for validating kubeconfig's hosts 2018-05-03 11:48:51 +09:00
validate_cluster_test.go Validation: don't expect bastion nodes to join 2018-03-24 13:59:29 -04:00