All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAnnotations(Map<String,String> map) |
A |
addToAnnotations(String key,
String value) |
io.fabric8.kubernetes.api.model.LabelSelector |
buildLabels() |
protected void |
copyInstance(ClusterResourceQuotaSelector instance) |
ClusterResourceQuotaSelectorFluent.LabelsNested<A> |
editLabels() |
ClusterResourceQuotaSelectorFluent.LabelsNested<A> |
editOrNewLabels() |
ClusterResourceQuotaSelectorFluent.LabelsNested<A> |
editOrNewLabelsLike(io.fabric8.kubernetes.api.model.LabelSelector item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations() |
boolean |
hasAdditionalProperties() |
boolean |
hasAnnotations() |
int |
hashCode() |
boolean |
hasLabels() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAnnotations(Map<String,String> map) |
A |
removeFromAnnotations(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withAnnotations(Map<String,String> annotations) |
A |
withLabels(io.fabric8.kubernetes.api.model.LabelSelector labels) |
ClusterResourceQuotaSelectorFluent.LabelsNested<A> |
withNewLabels() |
ClusterResourceQuotaSelectorFluent.LabelsNested<A> |
withNewLabelsLike(io.fabric8.kubernetes.api.model.LabelSelector item) |