Class PodSchedulingContextFluent<A extends PodSchedulingContextFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextFluent<A>
-
- Direct Known Subclasses:
PodSchedulingContextBuilder,PodSchedulingContextListFluent.ItemsNested
public class PodSchedulingContextFluent<A extends PodSchedulingContextFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPodSchedulingContextFluent.MetadataNested<N>classPodSchedulingContextFluent.SpecNested<N>classPodSchedulingContextFluent.StatusNested<N>
-
Constructor Summary
Constructors Constructor Description PodSchedulingContextFluent()PodSchedulingContextFluent(PodSchedulingContext instance)
-
Method Summary
-
-
-
Constructor Detail
-
PodSchedulingContextFluent
public PodSchedulingContextFluent()
-
PodSchedulingContextFluent
public PodSchedulingContextFluent(PodSchedulingContext instance)
-
-
Method Detail
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
buildSpec
public PodSchedulingContextSpec buildSpec()
-
buildStatus
public PodSchedulingContextStatus buildStatus()
-
copyInstance
protected void copyInstance(PodSchedulingContext instance)
-
editMetadata
public PodSchedulingContextFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public PodSchedulingContextFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public PodSchedulingContextFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editOrNewSpec
public PodSchedulingContextFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
public PodSchedulingContextFluent.SpecNested<A> editOrNewSpecLike(PodSchedulingContextSpec item)
-
editOrNewStatus
public PodSchedulingContextFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
public PodSchedulingContextFluent.StatusNested<A> editOrNewStatusLike(PodSchedulingContextStatus item)
-
editSpec
public PodSchedulingContextFluent.SpecNested<A> editSpec()
-
editStatus
public PodSchedulingContextFluent.StatusNested<A> editStatus()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PodSchedulingContextFluent<A>>
-
getApiVersion
public String getApiVersion()
-
getKind
public String getKind()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApiVersion
public boolean hasApiVersion()
-
hasKind
public boolean hasKind()
-
hasMetadata
public boolean hasMetadata()
-
hasSpec
public boolean hasSpec()
-
hasStatus
public boolean hasStatus()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PodSchedulingContextFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
withNewMetadata
public PodSchedulingContextFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public PodSchedulingContextFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
withNewSpec
public PodSchedulingContextFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
public PodSchedulingContextFluent.SpecNested<A> withNewSpecLike(PodSchedulingContextSpec item)
-
withNewStatus
public PodSchedulingContextFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
public PodSchedulingContextFluent.StatusNested<A> withNewStatusLike(PodSchedulingContextStatus item)
-
withSpec
public A withSpec(PodSchedulingContextSpec spec)
-
withStatus
public A withStatus(PodSchedulingContextStatus status)
-
-