Package io.fabric8.kubernetes.api.model
Class PodBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodFluent<PodBuilder>
-
- io.fabric8.kubernetes.api.model.PodBuilder
-
- All Implemented Interfaces:
Builder<Pod>,Visitable<PodBuilder>,VisitableBuilder<Pod,PodBuilder>
public class PodBuilder extends PodFluent<PodBuilder> implements VisitableBuilder<Pod,PodBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.PodFluent
PodFluent.MetadataNested<N>, PodFluent.SpecNested<N>, PodFluent.StatusNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description PodBuilder()PodBuilder(Pod instance)PodBuilder(PodFluent<?> fluent)PodBuilder(PodFluent<?> fluent, Pod instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Podbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.PodFluent
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
-
-