Documentation
¶
Overview ¶
job
Index ¶
- func ClusterDelete(clusterId string, creator string) (*modules.Job, error)
- func ClusterInstall(clusterArgs *modules.ClusterArgs, creator string) (*modules.Job, error)
- func ClusterUpdate(clusterArgs *modules.ClusterArgs, creator string) (*modules.Job, error)
- func Stop(jobID string) error
- type FallbackUpgradeManager
- type FateUpgradeManager
- type UpgradeManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterInstall ¶
ClusterInstall Cluster Install New, Create and run job
func ClusterUpdate ¶
Types ¶
type FallbackUpgradeManager ¶
type FallbackUpgradeManager struct {
UpgradeManager
}
type FateUpgradeManager ¶
type FateUpgradeManager struct { UpgradeManager // contains filtered or unexported fields }
type UpgradeManager ¶
type UpgradeManager interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.