AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Hierarchy

  • V1AggregationRule

Constructors

Properties

clusterRoleSelectors?: V1LabelSelector[]

ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc