Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster interface {
Upgrade(dryRun bool) error
Delete(waitInterval time.Duration, wait, force, disableNodegroupEviction bool) error
}
type NodeGroupDrainer ¶ added in v0.83.0
type NodeGroupDrainer interface {
Drain(input *nodegroup.DrainInput) error
}
type OwnedCluster ¶
type OwnedCluster struct {
// contains filtered or unexported fields
}
func NewOwnedCluster ¶
func NewOwnedCluster(cfg *api.ClusterConfig, ctl *eks.ClusterProvider, clusterStack *manager.Stack, stackManager manager.StackManager) *OwnedCluster
type UnownedCluster ¶
type UnownedCluster struct {
// contains filtered or unexported fields
}
func NewUnownedCluster ¶
func NewUnownedCluster(cfg *api.ClusterConfig, ctl *eks.ClusterProvider, stackManager manager.StackManager) *UnownedCluster
Click to show internal directories.
Click to hide internal directories.