Share via


ClusterRoleBinding Constructor

Definition

Represents a ClusterRoleBinding in a Kubernetes cluster.

public ClusterRoleBinding();
Public Sub New ()

Remarks

A ClusterRoleBinding grants access to cluster-scoped resources by binding a ClusterRole to one or more subjects. It contains a reference to a ClusterRole and a collection of subjects, such as users, groups, or service accounts, to which it applies.

Applies to