public class ClusterResourceQuotaSpecFluent<A extends ClusterResourceQuotaSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterResourceQuotaSpecFluent.SelectorNested<N> |
| Constructor and Description |
|---|
ClusterResourceQuotaSpecFluent() |
ClusterResourceQuotaSpecFluent(ClusterResourceQuotaSpec instance) |
public ClusterResourceQuotaSpecFluent()
public ClusterResourceQuotaSpecFluent(ClusterResourceQuotaSpec instance)
protected void copyInstance(ClusterResourceQuotaSpec instance)
public io.fabric8.kubernetes.api.model.ResourceQuotaSpec getQuota()
public A withQuota(io.fabric8.kubernetes.api.model.ResourceQuotaSpec quota)
public boolean hasQuota()
public ClusterResourceQuotaSelector buildSelector()
public A withSelector(ClusterResourceQuotaSelector selector)
public boolean hasSelector()
public ClusterResourceQuotaSpecFluent.SelectorNested<A> withNewSelector()
public ClusterResourceQuotaSpecFluent.SelectorNested<A> withNewSelectorLike(ClusterResourceQuotaSelector item)
public ClusterResourceQuotaSpecFluent.SelectorNested<A> editSelector()
public ClusterResourceQuotaSpecFluent.SelectorNested<A> editOrNewSelector()
public ClusterResourceQuotaSpecFluent.SelectorNested<A> editOrNewSelectorLike(ClusterResourceQuotaSelector item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterResourceQuotaSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterResourceQuotaSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.