Documentation ¶
Index ¶
Constants ¶
View Source
const ( AWSClusterKind = "AWSCluster" AWSClusterKindProvider = "capa" AWSManagedClusterKind = "AWSManagedCluster" AWSManagedClusterKindProvider = "eks" AzureClusterKind = "AzureCluster" AzureClusterKindProvider = "capz" AzureManagedClusterKind = "AzureManagedCluster" AzureManagedClusterKindProvider = "aks" VCDClusterKind = "VCDCluster" VCDClusterKindProvider = "cloud-director" VSphereClusterKind = "VSphereCluster" VSphereClusterKindProvider = "vsphere" GCPClusterKind = "GCPCluster" GCPClusterKindProvider = "gcp" GCPManagedClusterKind = "GCPManagedCluster" GCPManagedClusterKindProvider = "gke" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManagementCluster ¶
type ManagementCluster struct { // Customer is the customer name of the management cluster. Customer string // Name is the name of the management cluster. Name string // Pipeline is the pipeline name of the management cluster. Pipeline string // Region is the region of the management cluster. Region string }
Click to show internal directories.
Click to hide internal directories.