nodegroup

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusCreating     = "CREATING"
	StatusActive       = "ACTIVE"
	StatusDeleting     = "DELETING"
	StatusUpdating     = "UPDATING"
	StatusDegraded     = "DEGRADED"
	StatusCreateFailed = "CREATE_FAILED"
	StatusDeleteFailed = "DELETE_FAILED"
)

Taken from the list of nodegroup statuses on the boto3 documentation https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client.describe_nodegroup

Variables

View Source
var (
	GroupVersionResource = svcapitypes.GroupVersion.WithResource("nodegroups")
	GroupKind            = metav1.GroupKind{
		Group: "eks.services.k8s.aws",
		Kind:  "Nodegroup",
	}
)
View Source
var (
	RequeueAfterUpdateDuration = 15 * time.Second
)
View Source
var (
	// TerminalStatuses are the status strings that are terminal states for a
	// cluster.
	TerminalStatuses = []string{
		StatusDeleting,
		StatusCreateFailed,
		StatusDeleteFailed,
	}
)

Functions

func FromACKTags added in v0.1.2

func FromACKTags(tags acktags.Tags) map[string]*string

FromACKTags converts the tags parameter into map[string]*string shape. This method helps in setting the tags back inside AWSResource after merging default controller tags with existing resource tags.

func ToACKTags added in v0.1.2

func ToACKTags(tags map[string]*string) acktags.Tags

ToACKTags converts the tags parameter into 'acktags.Tags' shape. This method helps in creating the hub(acktags.Tags) for merging default controller tags with existing resource tags.

Types

This section is empty.

Jump to

Keyboard shortcuts

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