Class PodSchedulingContextBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextFluent<PodSchedulingContextBuilder>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PodSchedulingContext>,io.fabric8.kubernetes.api.builder.Visitable<PodSchedulingContextBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PodSchedulingContext,PodSchedulingContextBuilder>
public class PodSchedulingContextBuilder extends PodSchedulingContextFluent<PodSchedulingContextBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PodSchedulingContext,PodSchedulingContextBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextFluent
PodSchedulingContextFluent.MetadataNested<N>, PodSchedulingContextFluent.SpecNested<N>, PodSchedulingContextFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description PodSchedulingContextBuilder()PodSchedulingContextBuilder(PodSchedulingContext instance)PodSchedulingContextBuilder(PodSchedulingContextFluent<?> fluent)PodSchedulingContextBuilder(PodSchedulingContextFluent<?> fluent, PodSchedulingContext instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodSchedulingContextbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PodSchedulingContextBuilder
public PodSchedulingContextBuilder()
-
PodSchedulingContextBuilder
public PodSchedulingContextBuilder(PodSchedulingContextFluent<?> fluent)
-
PodSchedulingContextBuilder
public PodSchedulingContextBuilder(PodSchedulingContextFluent<?> fluent, PodSchedulingContext instance)
-
PodSchedulingContextBuilder
public PodSchedulingContextBuilder(PodSchedulingContext instance)
-
-
Method Detail
-
build
public PodSchedulingContext build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PodSchedulingContext>
-
-