func TestValidateToken(t *testing.T) { … }
func TestValidateValidateTokenUsages(t *testing.T) { … }
func TestValidateTokenGroups(t *testing.T) { … }
func TestValidateNodeRegistrationOptions(t *testing.T) { … }
func TestValidateCertSANs(t *testing.T) { … }
func TestValidateIPFromString(t *testing.T) { … }
func TestValidatePort(t *testing.T) { … }
func TestValidateIPNetFromString(t *testing.T) { … }
func TestValidatePodSubnetNodeMask(t *testing.T) { … }
func TestValidateServiceSubnetSize(t *testing.T) { … }
func TestValidateHostPort(t *testing.T) { … }
func TestValidateAPIEndpoint(t *testing.T) { … }
func TestValidateCertificateKey(t *testing.T) { … }
func TestValidateInitConfiguration(t *testing.T) { … }
func TestValidateJoinConfiguration(t *testing.T) { … }
func TestValidateMixedArguments(t *testing.T) { … }
func TestValidateFeatureGates(t *testing.T) { … }
func TestValidateIgnorePreflightErrors(t *testing.T) { … }
func TestValidateDiscovery(t *testing.T) { … }
func TestValidateDiscoveryBootstrapToken(t *testing.T) { … }
func TestValidateDiscoveryTokenAPIServer(t *testing.T) { … }
func TestValidateDiscoveryKubeConfigPath(t *testing.T) { … }
func TestValidateSocketPath(t *testing.T) { … }
func TestValidateURLs(t *testing.T) { … }
func TestValidateEtcd(t *testing.T) { … }
func TestValidateEncryptionAlgorithm(t *testing.T) { … }
func TestGetClusterNodeMask(t *testing.T) { … }
func TestValidateImageRepository(t *testing.T) { … }
func TestValidateAbsolutePath(t *testing.T) { … }
func TestValidateExtraArgs(t *testing.T) { … }
func TestValidateUnmountFlags(t *testing.T) { … }
func TestPullPolicy(t *testing.T) { … }
func TestValidateCertValidity(t *testing.T) { … }
func TestValidateResetConfiguration(t *testing.T) { … }
func TestValidateUpgradeConfiguration(t *testing.T) { … }