Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteAWSTemplate ¶
func WriteAWSTemplate(out io.Writer, config ClusterCRsConfig) error
func WriteAzureTemplate ¶
func WriteAzureTemplate(out io.Writer, config ClusterCRsConfig) error
Types ¶
type ClusterCRsConfig ¶
type ClusterCRsConfig struct { // AWS only. ExternalSNAT bool PodsCIDR string Credential string // Common. FileName string ClusterID string Domain string MasterAZ []string Description string Owner string Region string ReleaseComponents map[string]string ReleaseVersion string Labels map[string]string Namespace string }
Click to show internal directories.
Click to hide internal directories.