Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrUserStopped chkitErrors.Err = "user stopped" ErrInvalidContainer chkitErrors.Err = "invalid container" )
View Source
const (
ErrInvalidDeploymentName chkitErrors.Err = "invalid deployment name"
)
Variables ¶
This section is empty.
Functions ¶
func ConstructDeployment ¶
func ConstructDeployment(config Config) (deployment.Deployment, error)
func FromFile ¶
func FromFile(filename string) (deployment.Deployment, error)
Types ¶
type Config ¶
type Config struct {
Force bool
Deployment *deployment.Deployment
}
Click to show internal directories.
Click to hide internal directories.