Documentation ¶
Overview ¶
Copyright Contributors to the Open Cluster Management project.
Index ¶
Constants ¶
View Source
const ActivateAndMonitor = "activate-and-monitor"
View Source
const CurCmd = "./curator"
View Source
const DeleteClusterDeployment = "destroy-cluster"
View Source
const DeleteClusterNamespace = "delete-cluster-namespace"
View Source
const DoneDoneDone = "done"
View Source
const MonImport = "monitor-import"
View Source
const MonUpgrade = "monitor-upgrade"
View Source
const MonitorDestroy = "monitor-destroy"
View Source
const OverrideJob = "overrideJob"
View Source
const PostAJob = "posthook-ansiblejob"
View Source
const PreAJob = "prehook-ansiblejob"
View Source
const UpgradeCluster = "upgrade-cluster"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Launcher ¶
type Launcher struct {
// contains filtered or unexported fields
}
func NewLauncher ¶
func NewLauncher( client client.Client, kubeset kubernetes.Interface, imageURI string, clusterCurator clustercuratorv1.ClusterCurator) *Launcher
Click to show internal directories.
Click to hide internal directories.