package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Nov 18, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Formatter defines the behavior for a Formatter
NewFormatter returns a new instance of formatter
type Images struct {
Names []string `json,yaml:"names,omitempty"`
}
Images struct for YAML and JSON output
Registries defines a map of Registries
type Registry struct {
Images map[string][]string `yaml:"images"`
Credentials types.DockerAuthConfig `yaml:"credentials,omitempty"`
TLSVerify bool `yaml:"tls-verify,omitempty"`
CertDir string `yaml:"cert-dir,omitempty"`
}
Registry definition of a registry to be used by Skopeo
Type definition of formatter type enum
const (
StdoutType Type = 1 << iota
FileType
JSONType
YamlType
SkopeoType
)
Enum for Formatter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.