Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractErrorDetail ¶
Types ¶
type Context ¶
type Context struct {
JobType string `yaml:"job_type"`
ProgressFile string `yaml:"progress_file"`
Images []*ImagesByService `yaml:"images"`
SourceRegistries []*DockerRegistry `yaml:"source_registries"`
TargetRegistries []*DockerRegistry `yaml:"target_registries"`
}
Context parameters for job to run with
type DockerRegistry ¶
type DockerRegistry struct {
RegistryID string `yaml:"registry_id"`
Host string `yaml:"host"`
UserName string `yaml:"username"`
Password string `yaml:"password"`
Namespace string `yaml:"namespace"`
}
DockerRegistry registry host/user/password
type ImagesByService ¶
type ImagesByService struct {
ServiceName string `yaml:"service_name"`
Images []*ImageData `yaml:"images"`
}
ImagesByService defines all images in a service
type PackageResult ¶
Click to show internal directories.
Click to hide internal directories.