AggregationRule constructor

const AggregationRule({
  1. List<LabelSelector>? clusterRoleSelectors,
})

Default constructor.

Implementation

const AggregationRule({
  this.clusterRoleSelectors,
});