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 Cluster ¶ added in v1.21.0
type Cluster struct { V1Alpha2Cluster *capiv1alpha2.Cluster Cluster *capiv1alpha3.Cluster AWSCluster *infrastructurev1alpha2.AWSCluster AzureCluster *capzv1alpha3.AzureCluster }
Cluster abstracts away provider-specific node pool resources.
type Collection ¶ added in v1.21.0
type Collection struct {
Items []Cluster
}
Collection wraps a list of clusters.
func (*Collection) Object ¶ added in v1.21.0
func (cc *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 ¶
Click to show internal directories.
Click to hide internal directories.