public class V1ReplicationControllerBuilder extends V1ReplicationControllerFluentImpl<V1ReplicationControllerBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicationController,V1ReplicationControllerBuilder>
V1ReplicationControllerFluentImpl.MetadataNestedImpl<N>, V1ReplicationControllerFluentImpl.SpecNestedImpl<N>, V1ReplicationControllerFluentImpl.StatusNestedImpl<N>
V1ReplicationControllerFluent.MetadataNested<N>, V1ReplicationControllerFluent.SpecNested<N>, V1ReplicationControllerFluent.StatusNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1ReplicationControllerBuilder() |
V1ReplicationControllerBuilder(Boolean validationEnabled) |
V1ReplicationControllerBuilder(io.kubernetes.client.openapi.models.V1ReplicationController instance) |
V1ReplicationControllerBuilder(io.kubernetes.client.openapi.models.V1ReplicationController instance,
Boolean validationEnabled) |
V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent) |
V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent,
Boolean validationEnabled) |
V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ReplicationController instance) |
V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ReplicationController instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1ReplicationController |
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 V1ReplicationControllerBuilder()
public V1ReplicationControllerBuilder(Boolean validationEnabled)
public V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent)
public V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent, Boolean validationEnabled)
public V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationController instance)
public V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationController instance, Boolean validationEnabled)
public V1ReplicationControllerBuilder(io.kubernetes.client.openapi.models.V1ReplicationController instance)
public V1ReplicationControllerBuilder(io.kubernetes.client.openapi.models.V1ReplicationController instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1ReplicationController build()
public boolean equals(Object o)
equals
in class V1ReplicationControllerFluentImpl<V1ReplicationControllerBuilder>
public int hashCode()
hashCode
in class V1ReplicationControllerFluentImpl<V1ReplicationControllerBuilder>
Copyright © 2021. All rights reserved.