public class ClusterResourceQuotaSelectorFluentImpl<A extends ClusterResourceQuotaSelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterResourceQuotaSelectorFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterResourceQuotaSelectorFluentImpl.LabelsNestedImpl<N> |
ClusterResourceQuotaSelectorFluent.LabelsNested<N>| Constructor and Description |
|---|
ClusterResourceQuotaSelectorFluentImpl() |
ClusterResourceQuotaSelectorFluentImpl(ClusterResourceQuotaSelector instance) |
public ClusterResourceQuotaSelectorFluentImpl()
public ClusterResourceQuotaSelectorFluentImpl(ClusterResourceQuotaSelector instance)
public A addToAnnotations(String key, String value)
addToAnnotations in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public A addToAnnotations(Map<String,String> map)
addToAnnotations in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public A removeFromAnnotations(String key)
removeFromAnnotations in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public A removeFromAnnotations(Map<String,String> map)
removeFromAnnotations in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public Map<String,String> getAnnotations()
getAnnotations in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public A withAnnotations(Map<String,String> annotations)
withAnnotations in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public Boolean hasAnnotations()
hasAnnotations in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LabelSelector getLabels()
getLabels in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public io.fabric8.kubernetes.api.model.LabelSelector buildLabels()
buildLabels in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public A withLabels(io.fabric8.kubernetes.api.model.LabelSelector labels)
withLabels in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public Boolean hasLabels()
hasLabels in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public ClusterResourceQuotaSelectorFluent.LabelsNested<A> withNewLabels()
withNewLabels in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public ClusterResourceQuotaSelectorFluent.LabelsNested<A> withNewLabelsLike(io.fabric8.kubernetes.api.model.LabelSelector item)
withNewLabelsLike in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public ClusterResourceQuotaSelectorFluent.LabelsNested<A> editLabels()
editLabels in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public ClusterResourceQuotaSelectorFluent.LabelsNested<A> editOrNewLabels()
editOrNewLabels in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>public ClusterResourceQuotaSelectorFluent.LabelsNested<A> editOrNewLabelsLike(io.fabric8.kubernetes.api.model.LabelSelector item)
editOrNewLabelsLike in interface ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.