Documentation ¶ Index ¶ func Category() string func Clean() error func DeploymentCommand(c *cli.Context) error func GenTemplates(_ *cli.Context) error func RevertTemplate(name string) error func Update() error type Deployment Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Category ¶ func Category() string func Clean ¶ func Clean() error func DeploymentCommand ¶ func DeploymentCommand(c *cli.Context) error func GenTemplates ¶ func GenTemplates(_ *cli.Context) error func RevertTemplate ¶ func RevertTemplate(name string) error func Update ¶ func Update() error Types ¶ type Deployment ¶ type Deployment struct { Name string Namespace string Image string Secret string Replicas int Revisions int Port int NodePort int UseNodePort bool RequestCpu int RequestMem int LimitCpu int LimitMem int MinReplicas int MaxReplicas int } Source Files ¶ View all Source files deployment.go job.go kube.go Click to show internal directories. Click to hide internal directories.