Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeClusterRoleProps

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

schema

io.k8s.api.rbac.v1.ClusterRole

Hierarchy

  • KubeClusterRoleProps

Index

Properties

Optional Readonly aggregationRule

aggregationRule: AggregationRule

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.v1.ClusterRole#aggregationRule

Optional Readonly metadata

metadata: ObjectMeta

Standard object's metadata.

schema

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

Optional Readonly rules

rules: PolicyRule[]

Rules holds all the PolicyRules for this ClusterRole

schema

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

Generated using TypeDoc