INPUT_OBJECT

KubernetesKindClusterRoleAggregationRuleInput

AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.

link GraphQL Schema definition

  • input KubernetesKindClusterRoleAggregationRuleInput {
  • # A label selector is a label query over a set of resources. The result of
  • # matchLabels and matchExpressions are ANDed. An empty label selector matches all
  • # objects. A null label selector matches no objects.
  • clusterRoleSelectors: [KubernetesKindClusterRoleAggregationRuleClusterRoleSelectorsInput]
  • }