/AWS1/CL_SGMCLUSTK8SCONFIGDETS¶
Detailed Kubernetes configuration showing both the current and desired state of labels and taints for cluster nodes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_currentlabels TYPE /AWS1/CL_SGMCLUSTERK8SLABELS_W=>TT_CLUSTERKUBERNETESLABELS TT_CLUSTERKUBERNETESLABELS¶
The current labels applied to cluster nodes of an instance group.
it_desiredlabels TYPE /AWS1/CL_SGMCLUSTERK8SLABELS_W=>TT_CLUSTERKUBERNETESLABELS TT_CLUSTERKUBERNETESLABELS¶
The desired labels to be applied to cluster nodes of an instance group.
it_currenttaints TYPE /AWS1/CL_SGMCLUSTERK8STAINT=>TT_CLUSTERKUBERNETESTAINTS TT_CLUSTERKUBERNETESTAINTS¶
The current taints applied to cluster nodes of an instance group.
it_desiredtaints TYPE /AWS1/CL_SGMCLUSTERK8STAINT=>TT_CLUSTERKUBERNETESTAINTS TT_CLUSTERKUBERNETESTAINTS¶
The desired taints to be applied to cluster nodes of an instance group.
Queryable Attributes¶
CurrentLabels¶
The current labels applied to cluster nodes of an instance group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTLABELS() |
Getter for CURRENTLABELS, with configurable default |
ASK_CURRENTLABELS() |
Getter for CURRENTLABELS w/ exceptions if field has no value |
HAS_CURRENTLABELS() |
Determine if CURRENTLABELS has a value |
DesiredLabels¶
The desired labels to be applied to cluster nodes of an instance group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDLABELS() |
Getter for DESIREDLABELS, with configurable default |
ASK_DESIREDLABELS() |
Getter for DESIREDLABELS w/ exceptions if field has no value |
HAS_DESIREDLABELS() |
Determine if DESIREDLABELS has a value |
CurrentTaints¶
The current taints applied to cluster nodes of an instance group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTTAINTS() |
Getter for CURRENTTAINTS, with configurable default |
ASK_CURRENTTAINTS() |
Getter for CURRENTTAINTS w/ exceptions if field has no value |
HAS_CURRENTTAINTS() |
Determine if CURRENTTAINTS has a value |
DesiredTaints¶
The desired taints to be applied to cluster nodes of an instance group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDTAINTS() |
Getter for DESIREDTAINTS, with configurable default |
ASK_DESIREDTAINTS() |
Getter for DESIREDTAINTS w/ exceptions if field has no value |
HAS_DESIREDTAINTS() |
Determine if DESIREDTAINTS has a value |