public class IngressBuilder extends IngressFluentImpl<IngressBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Ingress,IngressBuilder>
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() |
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatusaccept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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)
Copyright © 2015–2022 Red Hat. All rights reserved.