Skip to content

/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 labels to add or update.

IT_REMOVELABELS TYPE /AWS1/CL_EKSLABELSKEYLIST_W=>TT_LABELSKEYLIST TT_LABELSKEYLIST

The Kubernetes labels to remove.


Queryable Attributes

addOrUpdateLabels

The Kubernetes labels to 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 labels to 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