Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeClusterRoleBindingV1Beta1Props

ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.22.

schema

io.k8s.api.rbac.v1beta1.ClusterRoleBinding

Hierarchy

  • KubeClusterRoleBindingV1Beta1Props

Index

Properties

Optional Readonly metadata

metadata: ObjectMeta

Standard object's metadata.

schema

io.k8s.api.rbac.v1beta1.ClusterRoleBinding#metadata

Readonly roleRef

RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.

schema

io.k8s.api.rbac.v1beta1.ClusterRoleBinding#roleRef

Optional Readonly subjects

subjects: SubjectV1Beta1[]

Subjects holds references to the objects the role applies to.

schema

io.k8s.api.rbac.v1beta1.ClusterRoleBinding#subjects

Generated using TypeDoc