Kazan v0.10.0 Kazan.Apis.Rbac.V1.AggregationRule View Source

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

OpenAPI Definition: io.k8s.api.rbac.v1.AggregationRule

Properties

  • cluster_role_selectors :: [ Kazan.Models.Apimachinery.Meta.V1.LabelSelector ]

    • 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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Rbac.V1.AggregationRule{
  cluster_role_selectors: [Kazan.Models.Apimachinery.Meta.V1.LabelSelector.t()]
}