Package io.fabric8.openshift.api.model
Class ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ClusterResourceQuotaSelectorFluent<A>
-
- Direct Known Subclasses:
ClusterResourceQuotaSelectorBuilder,ClusterResourceQuotaSpecFluent.SelectorNested
public class ClusterResourceQuotaSelectorFluent<A extends ClusterResourceQuotaSelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classClusterResourceQuotaSelectorFluent.LabelsNested<N>
-
Constructor Summary
Constructors Constructor Description ClusterResourceQuotaSelectorFluent()ClusterResourceQuotaSelectorFluent(ClusterResourceQuotaSelector instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterResourceQuotaSelectorFluent
public ClusterResourceQuotaSelectorFluent()
-
ClusterResourceQuotaSelectorFluent
public ClusterResourceQuotaSelectorFluent(ClusterResourceQuotaSelector instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ClusterResourceQuotaSelector instance)
-
hasAnnotations
public boolean hasAnnotations()
-
buildLabels
public io.fabric8.kubernetes.api.model.LabelSelector buildLabels()
-
withLabels
public A withLabels(io.fabric8.kubernetes.api.model.LabelSelector labels)
-
hasLabels
public boolean hasLabels()
-
withNewLabels
public ClusterResourceQuotaSelectorFluent.LabelsNested<A> withNewLabels()
-
withNewLabelsLike
public ClusterResourceQuotaSelectorFluent.LabelsNested<A> withNewLabelsLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
editLabels
public ClusterResourceQuotaSelectorFluent.LabelsNested<A> editLabels()
-
editOrNewLabels
public ClusterResourceQuotaSelectorFluent.LabelsNested<A> editOrNewLabels()
-
editOrNewLabelsLike
public ClusterResourceQuotaSelectorFluent.LabelsNested<A> editOrNewLabelsLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterResourceQuotaSelectorFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterResourceQuotaSelectorFluent<A>>
-
-