public class ClusterResourceQuotaSpecFluentImpl<A extends ClusterResourceQuotaSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterResourceQuotaSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterResourceQuotaSpecFluentImpl.SelectorNestedImpl<N> |
ClusterResourceQuotaSpecFluent.SelectorNested<N>| Constructor and Description |
|---|
ClusterResourceQuotaSpecFluentImpl() |
ClusterResourceQuotaSpecFluentImpl(ClusterResourceQuotaSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
ClusterResourceQuotaSelector |
buildSelector() |
ClusterResourceQuotaSpecFluent.SelectorNested<A> |
editOrNewSelector() |
ClusterResourceQuotaSpecFluent.SelectorNested<A> |
editOrNewSelectorLike(ClusterResourceQuotaSelector item) |
ClusterResourceQuotaSpecFluent.SelectorNested<A> |
editSelector() |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.ResourceQuotaSpec |
getQuota() |
ClusterResourceQuotaSelector |
getSelector()
Deprecated.
|
int |
hashCode() |
Boolean |
hasQuota() |
Boolean |
hasSelector() |
ClusterResourceQuotaSpecFluent.SelectorNested<A> |
withNewSelector() |
ClusterResourceQuotaSpecFluent.SelectorNested<A> |
withNewSelectorLike(ClusterResourceQuotaSelector item) |
A |
withQuota(io.fabric8.kubernetes.api.model.ResourceQuotaSpec quota) |
A |
withSelector(ClusterResourceQuotaSelector selector) |
public ClusterResourceQuotaSpecFluentImpl()
public ClusterResourceQuotaSpecFluentImpl(ClusterResourceQuotaSpec instance)
public io.fabric8.kubernetes.api.model.ResourceQuotaSpec getQuota()
getQuota in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public A withQuota(io.fabric8.kubernetes.api.model.ResourceQuotaSpec quota)
withQuota in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public Boolean hasQuota()
hasQuota in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>@Deprecated public ClusterResourceQuotaSelector getSelector()
getSelector in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public ClusterResourceQuotaSelector buildSelector()
buildSelector in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public A withSelector(ClusterResourceQuotaSelector selector)
withSelector in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public ClusterResourceQuotaSpecFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public ClusterResourceQuotaSpecFluent.SelectorNested<A> withNewSelectorLike(ClusterResourceQuotaSelector item)
withNewSelectorLike in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public ClusterResourceQuotaSpecFluent.SelectorNested<A> editSelector()
editSelector in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public ClusterResourceQuotaSpecFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>public ClusterResourceQuotaSpecFluent.SelectorNested<A> editOrNewSelectorLike(ClusterResourceQuotaSelector item)
editOrNewSelectorLike in interface ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.