UNPKG

kubernetes-models

Version:
10 lines (9 loc) 421 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiRbacV1AggregationRule.mjs"; /** * AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole */ export class AggregationRule extends Model { } setSchema(AggregationRule, "io.k8s.api.rbac.v1.AggregationRule", addSchema); export { AggregationRule as IoK8sApiRbacV1AggregationRule };