Skip to content

/AWS1/CL_GDYKUBERNETESROLEDETS

Information about the Kubernetes role name and role type.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_kind TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The kind of role. For this API, the value of kind will be Role.

iv_name TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The name of the Kubernetes role.

iv_uid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The unique identifier of the Kubernetes role name.


Queryable Attributes

Kind

The kind of role. For this API, the value of kind will be Role.

Accessible with the following methods

Method Description
GET_KIND() Getter for KIND, with configurable default
ASK_KIND() Getter for KIND w/ exceptions if field has no value
HAS_KIND() Determine if KIND has a value

Name

The name of the Kubernetes role.

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

Uid

The unique identifier of the Kubernetes role name.

Accessible with the following methods

Method Description
GET_UID() Getter for UID, with configurable default
ASK_UID() Getter for UID w/ exceptions if field has no value
HAS_UID() Determine if UID has a value