Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMirrorSpec ¶
func IsDefaultFormat ¶
func IsMirrorFormat ¶
Types ¶
type ListType ¶
type ListType string
const ( // TypeUnknow is the undefined format. TypeUnknow ListType = "" // TypeMirror: // // [SOURCE_IMAGE] [DEST_IMAGE] [TAG] // // Example: // docker.io/library/mysql docker.io/username/mirrored-mysql latest // quay.io/skopeo/stable docker.io/username/mirrored-skopeo-stable 1.22 TypeMirror ListType = "mirror" // TypeDefault: // // [REGISTRY]/[PROJECT]/[NAME]:[TAG] // // Example: // docker.io/library/nginx:1.22 TypeDefault ListType = "default" )
Click to show internal directories.
Click to hide internal directories.