Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ref ¶
type Ref struct {
Reference, Registry, Repository, Tag, Digest string
}
Ref reference to a registry/repository If the tag or digest is available, it's also included in the reference. Reference itself is the unparsed string. While this is currently a struct, that may change in the future and access to contents should not be assumed/used.
func NewRef ¶
NewRef returns a repository reference including a registry, repository (path), digest, and tag
func (Ref) CommonName ¶
CommonName outputs a parsable name from a reference
Click to show internal directories.
Click to hide internal directories.