MCPcopy Index your code
hub / github.com/devspace-sh/devspace / IsAzureContainerRegistry

Function IsAzureContainerRegistry

pkg/devspace/pullsecrets/util.go:29–31  ·  view source on GitHub ↗
(serverAddress string)

Source from the content-addressed store, hash-verified

27}
28
29func IsAzureContainerRegistry(serverAddress string) bool {
30 return strings.HasSuffix(serverAddress, "azurecr.io")
31}

Callers 1

createPullSecretMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected