MatchResources constructor

const MatchResources({
  1. List<NamedRuleWithOperations>? excludeResourceRules,
  2. String? matchPolicy,
  3. LabelSelector? namespaceSelector,
  4. LabelSelector? objectSelector,
  5. List<NamedRuleWithOperations>? resourceRules,
})

Default constructor.

Implementation

const MatchResources({
  this.excludeResourceRules,
  this.matchPolicy,
  this.namespaceSelector,
  this.objectSelector,
  this.resourceRules,
});