Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeClusterRoleBindingProps

ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

schema

io.k8s.api.rbac.v1.ClusterRoleBinding

Hierarchy

  • KubeClusterRoleBindingProps

Index

Properties

Optional Readonly metadata

metadata: ObjectMeta

Standard object's metadata.

schema

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

Readonly roleRef

roleRef: 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.v1.ClusterRoleBinding#roleRef

Optional Readonly subjects

subjects: Subject[]

Subjects holds references to the objects the role applies to.

schema

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

Generated using TypeDoc