/AWS1/CL_GDYVOLUME¶
Volume used by the Kubernetes workload.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
Volume name.
io_hostpath
TYPE REF TO /AWS1/CL_GDYHOSTPATH
/AWS1/CL_GDYHOSTPATH
¶
Represents a pre-existing file or directory on the host machine that the volume maps to.
Queryable Attributes¶
Name¶
Volume name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
HostPath¶
Represents a pre-existing file or directory on the host machine that the volume maps to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTPATH() |
Getter for HOSTPATH |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_VOLUMES
¶
TYPES TT_VOLUMES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYVOLUME WITH DEFAULT KEY
.