KubernetesPermissionCheckedDetails¶
Structure Class¶
KubernetesPermissionCheckedDetails
dataclass
¶
Information about the Kubernetes API for which you check if you have permission to call.
Attributes¶
allowed
class-attribute
instance-attribute
¶
allowed: bool | None = None
Information whether the user has the permission to call the Kubernetes API.
namespace
class-attribute
instance-attribute
¶
namespace: str | None = None
The namespace where the Kubernetes API action will take place.