public class ClusterResourceQuotaSelector extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ClusterResourceQuotaSelector()
No args constructor for use in serialization
|
ClusterResourceQuotaSelector(Map<String,String> annotations,
io.fabric8.kubernetes.api.model.LabelSelector labels) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations() |
io.fabric8.kubernetes.api.model.LabelSelector |
getLabels() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAnnotations(Map<String,String> annotations) |
void |
setLabels(io.fabric8.kubernetes.api.model.LabelSelector labels) |
public ClusterResourceQuotaSelector()
Copyright © 2015–2021 Red Hat. All rights reserved.