ClusterRole constructor

const ClusterRole({
  1. AggregationRule? aggregationRule,
  2. String? apiVersion,
  3. String? kind,
  4. ObjectMeta? metadata,
  5. List<PolicyRule>? rules,
})

Default constructor.

Implementation

const ClusterRole({
  this.aggregationRule,
  this.apiVersion,
  this.kind,
  this.metadata,
  this.rules,
});