Skip to content

/AWS1/CL_SGMCLUSTERK8STAINT

A Kubernetes taint that can be applied to cluster nodes.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_key TYPE /AWS1/SGMCLUSTERK8STAINTKEY /AWS1/SGMCLUSTERK8STAINTKEY

The key of the taint.

iv_effect TYPE /AWS1/SGMCLUSTERK8STAINTEFFECT /AWS1/SGMCLUSTERK8STAINTEFFECT

The effect of the taint. Valid values are NoSchedule, PreferNoSchedule, and NoExecute.

Optional arguments:

iv_value TYPE /AWS1/SGMCLUSTERK8STAINTVALUE /AWS1/SGMCLUSTERK8STAINTVALUE

The value 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. Valid values are NoSchedule, PreferNoSchedule, and NoExecute.

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_CLUSTERKUBERNETESTAINTS

TYPES TT_CLUSTERKUBERNETESTAINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMCLUSTERK8STAINT WITH DEFAULT KEY
.