Class V1PodBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PodFluentImpl<V1PodBuilder>
io.kubernetes.client.openapi.models.V1PodBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1Pod>
,Fluent<V1PodBuilder>
,Visitable<V1PodBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1Pod,
,V1PodBuilder> V1PodFluent<V1PodBuilder>
public class V1PodBuilder
extends V1PodFluentImpl<V1PodBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1Pod,V1PodBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1PodFluent
V1PodFluent.MetadataNested<N>, V1PodFluent.SpecNested<N>, V1PodFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1PodBuilder
(io.kubernetes.client.openapi.models.V1Pod instance) V1PodBuilder
(V1PodFluent<?> fluent) V1PodBuilder
(V1PodFluent<?> fluent, io.kubernetes.client.openapi.models.V1Pod instance) V1PodBuilder
(V1PodFluent<?> fluent, io.kubernetes.client.openapi.models.V1Pod instance, Boolean validationEnabled) V1PodBuilder
(V1PodFluent<?> fluent, Boolean validationEnabled) V1PodBuilder
(io.kubernetes.client.openapi.models.V1Pod instance, Boolean validationEnabled) V1PodBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1PodFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, toString, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PodBuilder
public V1PodBuilder() -
V1PodBuilder
-
V1PodBuilder
-
V1PodBuilder
-
V1PodBuilder
-
V1PodBuilder
public V1PodBuilder(V1PodFluent<?> fluent, io.kubernetes.client.openapi.models.V1Pod instance, Boolean validationEnabled) -
V1PodBuilder
public V1PodBuilder(io.kubernetes.client.openapi.models.V1Pod instance) -
V1PodBuilder
-
-
Method Details