kubernetes/pkg/credentialprovider/keyring_test.go

func TestURLsMatch(t *testing.T) {}

func TestDockerKeyringForGlob(t *testing.T) {}

func TestKeyringMiss(t *testing.T) {}

func TestKeyringMissWithDockerHubCredentials(t *testing.T) {}

func TestKeyringHitWithUnqualifiedDockerHub(t *testing.T) {}

func TestKeyringHitWithUnqualifiedLibraryDockerHub(t *testing.T) {}

func TestKeyringHitWithQualifiedDockerHub(t *testing.T) {}

func TestIsDefaultRegistryMatch(t *testing.T) {}

func TestProvidersDockerKeyring(t *testing.T) {}

func TestDockerKeyringLookup(t *testing.T) {}

// This validates that dockercfg entries with a scheme and url path are properly matched
// by images that only match the hostname.
// NOTE: the above covers the case of a more specific match trumping just hostname.
func TestIssue3797(t *testing.T) {}