/AWS1/CL_EKSUPDLABELSPAYLOAD¶
An object representing a Kubernetes label change for a managed node
group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_addorupdatelabels TYPE /AWS1/CL_EKSLABELSMAP_W=>TT_LABELSMAP TT_LABELSMAP¶
The Kubernetes
labelsto add or update.
it_removelabels TYPE /AWS1/CL_EKSLABELSKEYLIST_W=>TT_LABELSKEYLIST TT_LABELSKEYLIST¶
The Kubernetes
labelsto remove.
Queryable Attributes¶
addOrUpdateLabels¶
The Kubernetes
labelsto add or update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDORUPDATELABELS() |
Getter for ADDORUPDATELABELS, with configurable default |
ASK_ADDORUPDATELABELS() |
Getter for ADDORUPDATELABELS w/ exceptions if field has no v |
HAS_ADDORUPDATELABELS() |
Determine if ADDORUPDATELABELS has a value |
removeLabels¶
The Kubernetes
labelsto remove.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOVELABELS() |
Getter for REMOVELABELS, with configurable default |
ASK_REMOVELABELS() |
Getter for REMOVELABELS w/ exceptions if field has no value |
HAS_REMOVELABELS() |
Determine if REMOVELABELS has a value |