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 FakeService ¶
type FakeService struct {
// contains filtered or unexported fields
}
func NewFakeService ¶
func NewFakeService(storage []runtime.Object) *FakeService
func (*FakeService) Get ¶
func (ms *FakeService) Get(ctx context.Context, options GetOptions) (Resource, error)
type GetOptions ¶
type Nodepool ¶
type Nodepool struct { MachineDeployment *capiv1alpha3.MachineDeployment MachinePool *capiexpv1alpha3.MachinePool AWSMachineDeployment *infrastructurev1alpha3.AWSMachineDeployment AzureMachinePool *capzexpv1alpha3.AzureMachinePool }
Nodepool abstracts away provider-specific node pool resources.
Click to show internal directories.
Click to hide internal directories.