ClusterRole Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Kubernetes ClusterRole resource in API version v1.
public ClusterRole();
Public Sub New ()
Remarks
A ClusterRole is a cluster-scoped resource in Kubernetes used for Role-Based Access Control (RBAC). It is used to define a set of permissions that are applicable across the entire cluster.