/AWS1/CL_EMCEKSINFO¶
The information about the Amazon EKS cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_namespace TYPE /AWS1/EMCKUBERNETESNAMESPACE /AWS1/EMCKUBERNETESNAMESPACE¶
The namespaces of the Amazon EKS cluster.
iv_nodelabel TYPE /AWS1/EMCRESOURCENAMESTRING /AWS1/EMCRESOURCENAMESTRING¶
The nodeLabel of the nodes where the resources of this virtual cluster can get scheduled. It requires relevant scaling and policy engine addons.
Queryable Attributes¶
namespace¶
The namespaces of the Amazon EKS cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
nodeLabel¶
The nodeLabel of the nodes where the resources of this virtual cluster can get scheduled. It requires relevant scaling and policy engine addons.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODELABEL() |
Getter for NODELABEL, with configurable default |
ASK_NODELABEL() |
Getter for NODELABEL w/ exceptions if field has no value |
HAS_NODELABEL() |
Determine if NODELABEL has a value |