Options
All
  • Public
  • Public/Protected
  • All
Menu

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

schema

io.k8s.api.rbac.v1.Role

Hierarchy

  • KubeRoleProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta

Standard object's metadata.

schema

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

Optional Readonly rules

rules: PolicyRule[]

Rules holds all the PolicyRules for this Role

schema

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

Generated using TypeDoc