nodegroup

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 30 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

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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