Skip to content

/AWS1/CL_EKSTAINT

A property that allows a node to repel a Pod. For more information, see Node taints on managed node groups in the Amazon EKS User Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_KEY TYPE /AWS1/EKSTAINTKEY /AWS1/EKSTAINTKEY

The key of the taint.

IV_VALUE TYPE /AWS1/EKSTAINTVALUE /AWS1/EKSTAINTVALUE

The value of the taint.

IV_EFFECT TYPE /AWS1/EKSTAINTEFFECT /AWS1/EKSTAINTEFFECT

The effect of the taint.


Queryable Attributes

key

The key of the taint.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

value

The value of the taint.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

effect

The effect of the taint.

Accessible with the following methods

Method Description
GET_EFFECT() Getter for EFFECT, with configurable default
ASK_EFFECT() Getter for EFFECT w/ exceptions if field has no value
HAS_EFFECT() Determine if EFFECT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TAINTSLIST

TYPES TT_TAINTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EKSTAINT WITH DEFAULT KEY
.