ClusterRole constructor
const
ClusterRole({
- AggregationRule? aggregationRule,
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- List<
PolicyRule> ? rules,
Default constructor.
Implementation
const ClusterRole({
this.aggregationRule,
this.apiVersion,
this.kind,
this.metadata,
this.rules,
});