Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsInvalidProvider ¶
IsInvalidProvider asserts invalidProviderError.
Types ¶
type Collection ¶
type Collection struct {
Items []Nodepool
}
Collection wraps a list of nodepools.
func (*Collection) Object ¶
func (nc *Collection) Object() runtime.Object
type GetOptions ¶
type Nodepool ¶
type Nodepool struct { MachineDeployment *capi.MachineDeployment MachinePool *capiexp.MachinePool AWSMachineDeployment *infrastructurev1alpha3.AWSMachineDeployment AzureMachinePool *capzexp.AzureMachinePool }
Nodepool abstracts away provider-specific node pool resources.
Click to show internal directories.
Click to hide internal directories.