nodegroup

package
v0.45.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2021 License: Apache-2.0 Imports: 27 Imported by: 20

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOpts

type CreateOpts struct {
	UpdateAuthConfigMap       bool
	InstallNeuronDevicePlugin bool
	InstallNvidiaDevicePlugin bool
	DryRun                    bool
	ConfigFileProvided        bool
}

Options controls specific steps of node group creation

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

func New

func New(cfg *api.ClusterConfig, ctl *eks.ClusterProvider, clientSet *kubernetes.Clientset) *Manager

func (*Manager) Create

func (m *Manager) Create(options CreateOpts, nodegroupFilter filter.NodeGroupFilter) error

func (*Manager) Delete

func (m *Manager) Delete(nodeGroups []*api.NodeGroup, managedNodeGroups []*api.ManagedNodeGroup, wait, plan bool) error

func (*Manager) Drain

func (m *Manager) Drain(nodeGroups []eks.KubeNodeGroup, plan bool, maxGracePeriod time.Duration, disableEviction bool) error

func (*Manager) Get

func (m *Manager) Get(name string) (*manager.NodeGroupSummary, error)

func (*Manager) GetAll

func (m *Manager) GetAll() ([]*manager.NodeGroupSummary, error)

func (*Manager) Scale

func (m *Manager) Scale(ng *api.NodeGroup) error

func (*Manager) Upgrade

func (m *Manager) Upgrade(options managed.UpgradeOptions) error

type WaitFunc

type WaitFunc func(name, msg string, acceptors []request.WaiterAcceptor, newRequest func() *request.Request, waitTimeout time.Duration, troubleshoot func(string) error) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL