Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProviderAWS = "aws" ProviderAzure = "azure" ProviderKVM = "kvm" ProviderOpenStack = "openstack" )
View Source
const (
Autoscaling = "autoscaling"
)
View Source
const (
NodePoolConditions = "nodepool-conditions"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capability ¶
type Capability struct {
MinVersion string
}
Capability contains a provider's requirements for a feature to be supported.
type Feature ¶
type Feature map[string]Capability
Feature is a collection of different requirements for supporting a functionality on different providers.
Click to show internal directories.
Click to hide internal directories.