Documentation
¶
Index ¶
- func NewDeployment(composeFile string, opts DeployOptions) (goperation.Sequence, goperation.Operation)
- func NewDeploymentStop(composeFile string, dest ssh.Destination) goperation.Sequence
- func SupportsRegistry(noRegistry bool, dest ssh.Destination) bool
- func SupportsSSHControlSockets(goos string) bool
- type DeployOptions
- type RegistryConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeployment ¶
func NewDeployment(composeFile string, opts DeployOptions) (goperation.Sequence, goperation.Operation)
func NewDeploymentStop ¶
func NewDeploymentStop(composeFile string, dest ssh.Destination) goperation.Sequence
func SupportsRegistry ¶
func SupportsRegistry(noRegistry bool, dest ssh.Destination) bool
Types ¶
type DeployOptions ¶
type DeployOptions struct {
RecreateMode operation.RecreateMode
TargetHost ssh.Destination
Registry *RegistryConfig
}
type RegistryConfig ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.