public class V1alpha1AggregationRule extends Object
Constructor and Description |
---|
V1alpha1AggregationRule() |
Modifier and Type | Method and Description |
---|---|
V1alpha1AggregationRule |
addClusterRoleSelectorsItem(V1LabelSelector clusterRoleSelectorsItem) |
V1alpha1AggregationRule |
clusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors) |
boolean |
equals(Object o) |
List<V1LabelSelector> |
getClusterRoleSelectors()
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
|
int |
hashCode() |
void |
setClusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors) |
String |
toString() |
public V1alpha1AggregationRule clusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors)
public V1alpha1AggregationRule addClusterRoleSelectorsItem(V1LabelSelector clusterRoleSelectorsItem)
public List<V1LabelSelector> getClusterRoleSelectors()
public void setClusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors)
Copyright © 2019. All rights reserved.