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
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.