package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Aggregation_rule describes how to locate Cluster_roles to aggregate into the Cluster_role

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?cluster_role_selectors: Kubernetes.Definitions.Apimachinery.Pkg.Apis.Meta.V1.Label_selector.t list -> unit -> t

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

module Object : Object.S with type value := t