Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodePoolCRs ¶
type NodePoolCRs struct { MachineDeployment *capi.MachineDeployment AWSMachineDeployment *v1alpha3.AWSMachineDeployment }
func NewNodePoolCRs ¶
func NewNodePoolCRs(config NodePoolCRsConfig) (NodePoolCRs, error)
type NodePoolCRsConfig ¶
type NodePoolCRsConfig struct { AvailabilityZones []string AWSInstanceType string ClusterName string MachineDeploymentName string Description string NodesMax int NodesMin int OnDemandBaseCapacity int OnDemandPercentageAboveBaseCapacity int Owner string ReleaseComponents map[string]string ReleaseVersion string UseAlikeInstanceTypes bool }
Click to show internal directories.
Click to hide internal directories.