Documentation ¶
Overview ¶
Package command implement the operation controller
Index ¶
- Variables
- func Bowie() (messages []string)
- func Deploy(ctx context.Context, clusterConfigs config.K8S, textParts []string, ...) (messages []string, err error)
- func Info(ctx context.Context, clusterConfigs config.K8S, textParts []string) (messages []string, err error)
- func List(ctx context.Context, clusterConfigs config.K8S, textParts []string) (messages []string, err error)
- type Deployment
Constants ¶
This section is empty.
Variables ¶
View Source
var DeployWorker deployWorker
Functions ¶
func Deploy ¶
func Deploy(ctx context.Context, clusterConfigs config.K8S, textParts []string, caller string) (messages []string, err error)
Deploy certain configuration to a service. textParts in interpreted as [project, stage, service, ...cfg:arg]
Types ¶
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.