public class V1ReplicaSetBuilder extends V1ReplicaSetFluentImpl<V1ReplicaSetBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicaSet,V1ReplicaSetBuilder>
V1ReplicaSetFluentImpl.MetadataNestedImpl<N>, V1ReplicaSetFluentImpl.SpecNestedImpl<N>, V1ReplicaSetFluentImpl.StatusNestedImpl<N>
V1ReplicaSetFluent.MetadataNested<N>, V1ReplicaSetFluent.SpecNested<N>, V1ReplicaSetFluent.StatusNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1ReplicaSetBuilder() |
V1ReplicaSetBuilder(Boolean validationEnabled) |
V1ReplicaSetBuilder(io.kubernetes.client.openapi.models.V1ReplicaSet instance) |
V1ReplicaSetBuilder(io.kubernetes.client.openapi.models.V1ReplicaSet instance,
Boolean validationEnabled) |
V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent) |
V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent,
Boolean validationEnabled) |
V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ReplicaSet instance) |
V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ReplicaSet instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1ReplicaSet |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1ReplicaSetBuilder()
public V1ReplicaSetBuilder(Boolean validationEnabled)
public V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent)
public V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent, Boolean validationEnabled)
public V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSet instance)
public V1ReplicaSetBuilder(V1ReplicaSetFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSet instance, Boolean validationEnabled)
public V1ReplicaSetBuilder(io.kubernetes.client.openapi.models.V1ReplicaSet instance)
public V1ReplicaSetBuilder(io.kubernetes.client.openapi.models.V1ReplicaSet instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1ReplicaSet build()
public boolean equals(Object o)
equals
in class V1ReplicaSetFluentImpl<V1ReplicaSetBuilder>
public int hashCode()
hashCode
in class V1ReplicaSetFluentImpl<V1ReplicaSetBuilder>
Copyright © 2021. All rights reserved.