cluster

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2022 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusCreating = "CREATING"
	StatusActive   = "ACTIVE"
	StatusDeleting = "DELETING"
	StatusFailed   = "FAILED"
	StatusUpdating = "UPDATING"
	StatusPending  = "PENDING"
)

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

View Source
const (
	LoggingNoChangesError = "No changes needed for the logging config provided"
)

Variables

View Source
var (
	GroupVersionResource = svcapitypes.GroupVersion.WithResource("clusters")
	GroupKind            = metav1.GroupKind{
		Group: "eks.services.k8s.aws",
		Kind:  "Cluster",
	}
)
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,
		StatusFailed,
	}
)

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