Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterCRs ¶ added in v1.46.0
type ClusterCRs struct { Cluster *apiv1alpha3.Cluster AWSCluster *v1alpha3.AWSCluster G8sControlPlane *v1alpha3.G8sControlPlane AWSControlPlane *v1alpha3.AWSControlPlane }
func NewClusterCRs ¶ added in v1.46.0
func NewClusterCRs(config ClusterCRsConfig) (ClusterCRs, error)
type ClusterCRsConfig ¶ added in v1.46.0
type ClusterCRsConfig struct { ClusterID string ControlPlaneID string Credential string Domain string ExternalSNAT bool MasterAZ []string Description string PodsCIDR string Owner string Region string ReleaseComponents map[string]string ReleaseVersion string Labels map[string]string NetworkPool string }
type Template ¶ added in v1.46.0
func GetAWSTemplates ¶ added in v1.43.0
func GetAWSTemplates() []Template
GetAWSTemplate merges .tmpl files for an AWS cluster.
func GetEKSTemplates ¶ added in v1.43.0
func GetEKSTemplates() []Template
GetEKSTemplate merges .tmpl files for an EKS cluster.
Click to show internal directories.
Click to hide internal directories.