@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1beta1AggregationRule extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLUSTER_ROLE_SELECTORS |
Constructor and Description |
---|
V1beta1AggregationRule() |
Modifier and Type | Method and Description |
---|---|
V1beta1AggregationRule |
addClusterRoleSelectorsItem(V1LabelSelector clusterRoleSelectorsItem) |
V1beta1AggregationRule |
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 V1beta1AggregationRule clusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors)
public V1beta1AggregationRule addClusterRoleSelectorsItem(V1LabelSelector clusterRoleSelectorsItem)
@Nullable public List<V1LabelSelector> getClusterRoleSelectors()
public void setClusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors)
Copyright © 2021. All rights reserved.