eks

package
v0.0.0-...-d63a7aa Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EKSClient

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

func NewEKSClient

func NewEKSClient(c *config.Config) (*EKSClient, error)

func (*EKSClient) CreateCluster

func (e *EKSClient) CreateCluster(roleArn *string) error

func (*EKSClient) CreateNodeGroup

func (e *EKSClient) CreateNodeGroup(role *iam.Role) error

func (*EKSClient) CreateRole

func (e *EKSClient) CreateRole() (*iam.Role, error)

func (*EKSClient) DeleteCluster

func (e *EKSClient) DeleteCluster() error

func (*EKSClient) DeleteNodeGroup

func (e *EKSClient) DeleteNodeGroup() error

func (*EKSClient) DeleteRole

func (e *EKSClient) DeleteRole() error

func (*EKSClient) DescribeRole

func (e *EKSClient) DescribeRole(name string) (*iam.Role, error)

func (*EKSClient) GetAllSecurityGroups

func (e *EKSClient) GetAllSecurityGroups(vpcID *string) ([]*string, error)

func (*EKSClient) GetAllSubnets

func (e *EKSClient) GetAllSubnets(vpcID *string) ([]*string, error)

func (*EKSClient) GetDefaultVPC

func (e *EKSClient) GetDefaultVPC() (*string, error)

func (*EKSClient) ProvisionCluster

func (e *EKSClient) ProvisionCluster() error

func (*EKSClient) UnprovisionCluster

func (e *EKSClient) UnprovisionCluster() error

func (*EKSClient) WaitClusterUntilAvailable

func (e *EKSClient) WaitClusterUntilAvailable() error

func (*EKSClient) WaitClusterUntilDeleted

func (e *EKSClient) WaitClusterUntilDeleted() error

func (*EKSClient) WaitUntilNodegroupActive

func (e *EKSClient) WaitUntilNodegroupActive() error

func (*EKSClient) WaitUntilNodegroupDeleted

func (e *EKSClient) WaitUntilNodegroupDeleted() error

Jump to

Keyboard shortcuts

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