Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
29
func
IsAzureContainerRegistry(serverAddress string) bool {
30
return
strings.HasSuffix(serverAddress,
"azurecr.io"
)
31
}
Callers
1
createPullSecret
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected