MatchResources constructor
const
MatchResources({
- List<
NamedRuleWithOperations> ? excludeResourceRules, - String? matchPolicy,
- LabelSelector? namespaceSelector,
- LabelSelector? objectSelector,
- List<
NamedRuleWithOperations> ? resourceRules,
Default constructor.
Implementation
const MatchResources({
this.excludeResourceRules,
this.matchPolicy,
this.namespaceSelector,
this.objectSelector,
this.resourceRules,
});