AggregationRule class
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole.
Constructors
-
AggregationRule({List<
LabelSelector> ? clusterRoleSelectors}) -
Default constructor.
const
-
AggregationRule.fromJson(Map<
String, dynamic> json) -
Creates a AggregationRule from JSON data.
factory
Properties
-
clusterRoleSelectors
→ List<
LabelSelector> ? -
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> - Converts a AggregationRule instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited