Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MigrationFileEmpty = µerror.Error{
Kind: "migrationFileEmpty",
}
Functions ¶
This section is empty.
Types ¶
type AppExtraConfig ¶
type Cluster ¶
type Cluster struct {
WcName string
OrgNamespace string
Apps []apps.App
SrcMC *ManagementCluster
DstMC *ManagementCluster
BackOff backoff.BackOff
}
func (*Cluster) AppYamlFile ¶
func (*Cluster) ApplyCAPIApps ¶
type ManagementCluster ¶
func (*ManagementCluster) GetWCHealth ¶
func (c *ManagementCluster) GetWCHealth(clusterName string) (string, error)
todo: access clusterName by *Cluster
func (*ManagementCluster) RemoveFinalizerOnNamespace ¶
func (c *ManagementCluster) RemoveFinalizerOnNamespace() error
func (*ManagementCluster) SetFinalizerOnNamespace ¶
func (c *ManagementCluster) SetFinalizerOnNamespace() error
Click to show internal directories.
Click to hide internal directories.