KubernetesRoleBindingDetails¶
Structure Class¶
KubernetesRoleBindingDetails
dataclass
¶
Contains information about the role binding that grants the permission defined in a Kubernetes role.
Attributes¶
kind
class-attribute
instance-attribute
¶
kind: str | None = None
The kind of the role. For role binding, this value will be
RoleBinding.
role_ref_kind
class-attribute
instance-attribute
¶
role_ref_kind: str | None = None
The type of the role being referenced. This could be either Role or
ClusterRole.