Documentation ¶ Index ¶ func DigestFromTag(tag string, creds []byte) (string, error) func SwapTags(imageTag string, tag string) (string, error) func TagFromRef(imageTag string) (string, error) type AppYamls func GetTuberLayer(logger *zap.Logger, tagOrDigest string, creds []byte) (*AppYamls, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DigestFromTag ¶ func DigestFromTag(tag string, creds []byte) (string, error) func SwapTags ¶ func SwapTags(imageTag string, tag string) (string, error) func TagFromRef ¶ func TagFromRef(imageTag string) (string, error) Types ¶ type AppYamls ¶ type AppYamls struct { Prerelease []string Release []string PostRelease []string Tags []string } func GetTuberLayer ¶ func GetTuberLayer(logger *zap.Logger, tagOrDigest string, creds []byte) (*AppYamls, error) GetTuberLayer downloads yamls for an image Source Files ¶ View all Source files gcr.go Click to show internal directories. Click to hide internal directories.