Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatePending = iota StateDeploying StateReplicasUpdated StateReplicasReady StateInterrupted )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppTemplate ¶
type AppTemplate interface {
GetNs() string
GetDeploymentName() string
GenerateObjects() ([]*unstructured.Unstructured, error)
Extra() map[string]any
}
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
func (*Operator) RedeployAll ¶
func (*Operator) RedeployApp ¶
Click to show internal directories.
Click to hide internal directories.