Skip to content

/AWS1/CL_EKSUPDTAINTSPAYLOAD

An object representing the details of an update to a taints payload. For more information, see Node taints on managed node groups in the Amazon EKS User Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ADDORUPDATETAINTS TYPE /AWS1/CL_EKSTAINT=>TT_TAINTSLIST TT_TAINTSLIST

Kubernetes taints to be added or updated.

IT_REMOVETAINTS TYPE /AWS1/CL_EKSTAINT=>TT_TAINTSLIST TT_TAINTSLIST

Kubernetes taints to remove.


Queryable Attributes

addOrUpdateTaints

Kubernetes taints to be added or updated.

Accessible with the following methods

Method Description
GET_ADDORUPDATETAINTS() Getter for ADDORUPDATETAINTS, with configurable default
ASK_ADDORUPDATETAINTS() Getter for ADDORUPDATETAINTS w/ exceptions if field has no v
HAS_ADDORUPDATETAINTS() Determine if ADDORUPDATETAINTS has a value

removeTaints

Kubernetes taints to remove.

Accessible with the following methods

Method Description
GET_REMOVETAINTS() Getter for REMOVETAINTS, with configurable default
ASK_REMOVETAINTS() Getter for REMOVETAINTS w/ exceptions if field has no value
HAS_REMOVETAINTS() Determine if REMOVETAINTS has a value