import { type Role } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/rbac.authorization.k8s.io@v1/structs.ts";
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
Properties
optional
rules: Array<PolicyRule> | null