@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1AggregationRule extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLUSTER_ROLE_SELECTORS |
Constructor and Description |
---|
V1AggregationRule() |
Modifier and Type | Method and Description |
---|---|
V1AggregationRule |
addClusterRoleSelectorsItem(V1LabelSelector clusterRoleSelectorsItem) |
V1AggregationRule |
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 static final String SERIALIZED_NAME_CLUSTER_ROLE_SELECTORS
public V1AggregationRule clusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors)
public V1AggregationRule addClusterRoleSelectorsItem(V1LabelSelector clusterRoleSelectorsItem)
@Nullable public List<V1LabelSelector> getClusterRoleSelectors()
public void setClusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors)
Copyright © 2020. All rights reserved.