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