public class QueueBuilder extends QueueFluentImpl<QueueBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Queue,QueueBuilder>
QueueFluentImpl.MetadataNestedImpl<N>, QueueFluentImpl.SpecNestedImpl<N>, QueueFluentImpl.StatusNestedImpl<N>QueueFluent.MetadataNested<N>, QueueFluent.SpecNested<N>, QueueFluent.StatusNested<N>| Constructor and Description |
|---|
QueueBuilder() |
QueueBuilder(Boolean validationEnabled) |
QueueBuilder(Queue instance) |
QueueBuilder(Queue instance,
Boolean validationEnabled) |
QueueBuilder(QueueFluent<?> fluent) |
QueueBuilder(QueueFluent<?> fluent,
Boolean validationEnabled) |
QueueBuilder(QueueFluent<?> fluent,
Queue instance) |
QueueBuilder(QueueFluent<?> fluent,
Queue instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Queue |
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, withNewStatus, withNewStatusLike, withSpec, withStatusaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic QueueBuilder()
public QueueBuilder(Boolean validationEnabled)
public QueueBuilder(QueueFluent<?> fluent)
public QueueBuilder(QueueFluent<?> fluent, Boolean validationEnabled)
public QueueBuilder(QueueFluent<?> fluent, Queue instance)
public QueueBuilder(QueueFluent<?> fluent, Queue instance, Boolean validationEnabled)
public QueueBuilder(Queue instance)
public Queue build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Queue>public boolean equals(Object o)
equals in class QueueFluentImpl<QueueBuilder>public int hashCode()
hashCode in class QueueFluentImpl<QueueBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.