Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dest ¶
This will return repo and image name, preserving path Ex: repo destrepo.io reference azurecr.io/some/path/to/image:tag returns: destrepo.io/some/path/to/image:tag
func DestLastIndex ¶
This will return repo / image name. Ex: repo destrepo.io reference azurecr.io/some/path/to/image:tag returns: destrepo.io/image:tag
Types ¶
type AcrAuth ¶
type AcrAuth struct {
// contains filtered or unexported fields
}
func NewAcrAuth ¶
func NewAcrAuth(acr string, env env.Core, tokenCredential azcore.TokenCredential, authenticationClient azcontainerregistry.AuthenticationClient) *AcrAuth
Click to show internal directories.
Click to hide internal directories.