Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerStatusType ¶
type ContainerStatusType int
const ( ContainerStatusRunning ContainerStatusType = iota ContainerStatusStopped ContainerStatusNotFound ContainerStatusError )
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
func NewDeployment ¶
func NewDeployment(runner Runner, syncer ImageSyncer, sm *console.SpinnerManager) *Deployment
type ImageSyncer ¶
Click to show internal directories.
Click to hide internal directories.