Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterCRs ¶
type ClusterCRs struct { Cluster *capi.Cluster AWSCluster *v1alpha3.AWSCluster G8sControlPlane *v1alpha3.G8sControlPlane AWSControlPlane *v1alpha3.AWSControlPlane }
func NewClusterCRs ¶
func NewClusterCRs(config ClusterCRsConfig) (ClusterCRs, error)
type ClusterCRsConfig ¶
type ClusterCRsConfig struct { ClusterName string ControlPlaneName string Credential string Domain string EnableLongNames bool ExternalSNAT bool ControlPlaneAZ []string Description string PodsCIDR string Owner string Region string ReleaseComponents map[string]string ReleaseVersion string Labels map[string]string NetworkPool string ServicePriority string }
Click to show internal directories.
Click to hide internal directories.