Documentation ¶
Index ¶
- Variables
- func GitlabRegistryDelete(ref name.Reference, auth authn.Authenticator, t http.RoundTripper) error
- func ImageConfigFile(reference string) (v1.ConfigFile, error)
- func ImageDelete(reference string) error
- func ImageDigest(reference string) (string, error)
- func ImageId(reference string) (string, error)
- func ImageParentId(reference string) (string, error)
- func Init(opts Options) error
- func IsGCR(reference string) (bool, error)
- func Tags(reference string) ([]string, error)
- type Options
- type RepoImage
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AllowInsecureRepo = false GCRUrlPatterns = []string{"^container\\.cloud\\.google\\.com", "^gcr\\.io", "^.*\\.gcr\\.io"} )
Functions ¶
func GitlabRegistryDelete ¶
func GitlabRegistryDelete(ref name.Reference, auth authn.Authenticator, t http.RoundTripper) error
func ImageConfigFile ¶
func ImageConfigFile(reference string) (v1.ConfigFile, error)
func ImageDelete ¶
func ImageDigest ¶
func ImageParentId ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.