Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeClusterRoleV1Beta1Props

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.22.

schema

io.k8s.api.rbac.v1beta1.ClusterRole

Hierarchy

  • KubeClusterRoleV1Beta1Props

Index

Properties

Optional Readonly aggregationRule

aggregationRule: AggregationRuleV1Beta1

AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.

schema

io.k8s.api.rbac.v1beta1.ClusterRole#aggregationRule

Optional Readonly metadata

metadata: ObjectMeta

Standard object's metadata.

schema

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

Optional Readonly rules

Rules holds all the PolicyRules for this ClusterRole

schema

io.k8s.api.rbac.v1beta1.ClusterRole#rules

Generated using TypeDoc