Class ClusterPoolFluent<A extends ClusterPoolFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterPoolFluent<A>
-
- Direct Known Subclasses:
ClusterPoolBuilder,ClusterPoolListFluent.ItemsNested
public class ClusterPoolFluent<A extends ClusterPoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classClusterPoolFluent.MetadataNested<N>classClusterPoolFluent.SpecNested<N>classClusterPoolFluent.StatusNested<N>
-
Constructor Summary
Constructors Constructor Description ClusterPoolFluent()ClusterPoolFluent(ClusterPool instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterPoolFluent
public ClusterPoolFluent()
-
ClusterPoolFluent
public ClusterPoolFluent(ClusterPool instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ClusterPool instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public ClusterPoolFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public ClusterPoolFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
public ClusterPoolFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public ClusterPoolFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public ClusterPoolFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
buildSpec
public ClusterPoolSpec buildSpec()
-
withSpec
public A withSpec(ClusterPoolSpec spec)
-
hasSpec
public boolean hasSpec()
-
withNewSpec
public ClusterPoolFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
public ClusterPoolFluent.SpecNested<A> withNewSpecLike(ClusterPoolSpec item)
-
editSpec
public ClusterPoolFluent.SpecNested<A> editSpec()
-
editOrNewSpec
public ClusterPoolFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
public ClusterPoolFluent.SpecNested<A> editOrNewSpecLike(ClusterPoolSpec item)
-
buildStatus
public ClusterPoolStatus buildStatus()
-
withStatus
public A withStatus(ClusterPoolStatus status)
-
hasStatus
public boolean hasStatus()
-
withNewStatus
public ClusterPoolFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
public ClusterPoolFluent.StatusNested<A> withNewStatusLike(ClusterPoolStatus item)
-
editStatus
public ClusterPoolFluent.StatusNested<A> editStatus()
-
editOrNewStatus
public ClusterPoolFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
public ClusterPoolFluent.StatusNested<A> editOrNewStatusLike(ClusterPoolStatus 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 ClusterPoolFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterPoolFluent<A>>
-
-