/AWS1/CL_EKSFARGATEPFLSELECTOR¶
An object representing an Fargate profile selector.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_namespace TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Kubernetes
namespacethat the selector should match.
it_labels TYPE /AWS1/CL_EKSFARGATEPFLLABEL_W=>TT_FARGATEPROFILELABEL TT_FARGATEPROFILELABEL¶
The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
Queryable Attributes¶
namespace¶
The Kubernetes
namespacethat the selector should match.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
labels¶
The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FARGATEPROFILESELECTORS¶
TYPES TT_FARGATEPROFILESELECTORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EKSFARGATEPFLSELECTOR WITH DEFAULT KEY
.