/AWS1/CL_SGMCLUSTERK8SCONFIG¶
Kubernetes configuration that specifies labels and taints to be applied to cluster nodes in an instance group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_labels TYPE /AWS1/CL_SGMCLUSTERK8SLABELS_W=>TT_CLUSTERKUBERNETESLABELS TT_CLUSTERKUBERNETESLABELS¶
Key-value pairs of labels to be applied to cluster nodes.
it_taints TYPE /AWS1/CL_SGMCLUSTERK8STAINT=>TT_CLUSTERKUBERNETESTAINTS TT_CLUSTERKUBERNETESTAINTS¶
List of taints to be applied to cluster nodes.
Queryable Attributes¶
Labels¶
Key-value pairs of labels to be applied to cluster nodes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELS() |
Getter for LABELS, with configurable default |
ASK_LABELS() |
Getter for LABELS w/ exceptions if field has no value |
HAS_LABELS() |
Determine if LABELS has a value |
Taints¶
List of taints to be applied to cluster nodes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAINTS() |
Getter for TAINTS, with configurable default |
ASK_TAINTS() |
Getter for TAINTS w/ exceptions if field has no value |
HAS_TAINTS() |
Determine if TAINTS has a value |