Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteAWSTemplate ¶
func WriteAWSTemplate(out io.Writer, config NodePoolCRsConfig) error
func WriteAzureTemplate ¶
func WriteAzureTemplate(out io.Writer, config NodePoolCRsConfig) error
Types ¶
type NodePoolCRsConfig ¶
type NodePoolCRsConfig struct { // AWS only. AWSInstanceType string OnDemandBaseCapacity int OnDemandPercentageAboveBaseCapacity int UseAlikeInstanceTypes bool // Azure only. VMSize string // Common. FileName string NodePoolID string AvailabilityZones []string ClusterID string Description string NodesMax int NodesMin int Owner string ReleaseComponents map[string]string ReleaseVersion string Namespace string }
Click to show internal directories.
Click to hide internal directories.