Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImagePullStatus ¶ added in v0.6.0
type ImagePullStatus struct {
Status string `json:"status"`
Error string `json:"error"`
Progress string `json:"progress"`
ProgressDetail struct {
Current int `json:"current"`
Total int `json:"total"`
} `json:"progressDetail"`
}
ImagePullStatus is the status of the downloaded Image chunk
type RegistryConnDetails ¶
type RegistryConnDetails struct {
// contains filtered or unexported fields
}
RegistryConnDetails are the connection details for accessing a Docker registry and logging activities
func NewRegistryConnDetails ¶
func NewRegistryConnDetails(registry, user, pwd string, logger log.Logger) *RegistryConnDetails
NewRegistryConnDetails creates a new RegistryConnDetails
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
Worker details provide all the context needed to run a
Click to show internal directories.
Click to hide internal directories.