func TestMergeSemantics(t *testing.T) { … } func createValidTestConfig() *clientcmdapi.Config { … } func createCAValidTestConfig() *clientcmdapi.Config { … } func TestDisableCompression(t *testing.T) { … } func TestInsecureOverridesCA(t *testing.T) { … } func TestCAOverridesCAData(t *testing.T) { … } func TestTLSServerName(t *testing.T) { … } func TestTLSServerNameClearsWhenServerNameSet(t *testing.T) { … } func TestFullImpersonateConfig(t *testing.T) { … } func TestMergeContext(t *testing.T) { … } func TestModifyContext(t *testing.T) { … } func TestCertificateData(t *testing.T) { … } func TestProxyURL(t *testing.T) { … } func TestBasicAuthData(t *testing.T) { … } func TestBasicTokenFile(t *testing.T) { … } func TestPrecedenceTokenFile(t *testing.T) { … } func TestCreateClean(t *testing.T) { … } func TestCreateCleanWithPrefix(t *testing.T) { … } func TestCreateCleanDefault(t *testing.T) { … } func TestCreateCleanDefaultCluster(t *testing.T) { … } func TestCreateMissingContextNoDefault(t *testing.T) { … } func TestCreateMissingContext(t *testing.T) { … } func TestCreateAuthConfigExecInstallHintCleanup(t *testing.T) { … } func TestInClusterClientConfigPrecedence(t *testing.T) { … } func matchBoolArg(expected, got bool, t *testing.T) { … } func matchStringArg(expected, got string, t *testing.T) { … } func matchByteArg(expected, got []byte, t *testing.T) { … } func matchIntArg(expected, got int, t *testing.T) { … } func TestNamespaceOverride(t *testing.T) { … } func TestAuthConfigMerge(t *testing.T) { … } func TestCleanANSIEscapeCodes(t *testing.T) { … } func TestMergeRawConfigDoOverride(t *testing.T) { … }