Class AggregationRule
java.lang.Object
io.fabric8.kubernetes.api.model.rbac.AggregationRule
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class AggregationRule extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AggregationRule()No args constructor for use in serializationAggregationRule(List<io.fabric8.kubernetes.api.model.LabelSelector> clusterRoleSelectors) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()List<io.fabric8.kubernetes.api.model.LabelSelector>getClusterRoleSelectors()voidsetAdditionalProperty(String name, Object value)voidsetClusterRoleSelectors(List<io.fabric8.kubernetes.api.model.LabelSelector> clusterRoleSelectors)
-
Constructor Details
-
AggregationRule
public AggregationRule()No args constructor for use in serialization -
AggregationRule
- Parameters:
clusterRoleSelectors-
-
-
Method Details
-
getClusterRoleSelectors
- Returns:
- The clusterRoleSelectors
-
setClusterRoleSelectors
public void setClusterRoleSelectors(List<io.fabric8.kubernetes.api.model.LabelSelector> clusterRoleSelectors)- Parameters:
clusterRoleSelectors- The clusterRoleSelectors
-
getAdditionalProperties
-
setAdditionalProperty
-