/AWS1/CL_GDYKUBERNETESROLEBI00¶
Contains information about the role binding that grants the permission defined in a Kubernetes role.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_kind TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The kind of the role. For role binding, this value will be
RoleBinding.
iv_name TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The name of the
RoleBinding.
iv_uid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The unique identifier of the role binding.
iv_rolerefname TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The name of the role being referenced. This must match the name of the
RoleorClusterRolethat you want to bind to.
iv_rolerefkind TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The type of the role being referenced. This could be either
RoleorClusterRole.
Queryable Attributes¶
Kind¶
The kind of the role. For role binding, this value will be
RoleBinding.
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
RoleBinding.
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 role binding.
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 |
RoleRefName¶
The name of the role being referenced. This must match the name of the
RoleorClusterRolethat you want to bind to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEREFNAME() |
Getter for ROLEREFNAME, with configurable default |
ASK_ROLEREFNAME() |
Getter for ROLEREFNAME w/ exceptions if field has no value |
HAS_ROLEREFNAME() |
Determine if ROLEREFNAME has a value |
RoleRefKind¶
The type of the role being referenced. This could be either
RoleorClusterRole.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEREFKIND() |
Getter for ROLEREFKIND, with configurable default |
ASK_ROLEREFKIND() |
Getter for ROLEREFKIND w/ exceptions if field has no value |
HAS_ROLEREFKIND() |
Determine if ROLEREFKIND has a value |