public class IngressSpecBuilder extends IngressSpecFluentImpl<IngressSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressSpec,IngressSpecBuilder>
IngressSpecFluent.BackendNested<N>, IngressSpecFluent.RulesNested<N>, IngressSpecFluent.TlsNested<N>| Constructor and Description |
|---|
IngressSpecBuilder() |
IngressSpecBuilder(Boolean validationEnabled) |
IngressSpecBuilder(IngressSpec instance) |
IngressSpecBuilder(IngressSpec instance,
Boolean validationEnabled) |
IngressSpecBuilder(IngressSpecFluent<?> fluent) |
IngressSpecBuilder(IngressSpecFluent<?> fluent,
Boolean validationEnabled) |
IngressSpecBuilder(IngressSpecFluent<?> fluent,
IngressSpec instance) |
IngressSpecBuilder(IngressSpecFluent<?> fluent,
IngressSpec instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
IngressSpec |
build() |
addAllToRules, addAllToTls, addNewRule, addNewRuleLike, addNewTl, addNewTlLike, addToAdditionalProperties, addToAdditionalProperties, addToRules, addToRules, addToTls, addToTls, buildBackend, buildFirstRule, buildFirstTl, buildLastRule, buildLastTl, buildMatchingRule, buildMatchingTl, buildRule, buildRules, buildTl, buildTls, editBackend, editFirstRule, editFirstTl, editLastRule, editLastTl, editMatchingRule, editMatchingTl, editOrNewBackend, editOrNewBackendLike, editRule, editTl, equals, getAdditionalProperties, getBackend, getIngressClassName, getRules, getTls, hasAdditionalProperties, hasBackend, hashCode, hasIngressClassName, hasMatchingRule, hasMatchingTl, hasRules, hasTls, removeAllFromRules, removeAllFromTls, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromRules, removeFromTls, removeMatchingFromRules, removeMatchingFromTls, setNewRuleLike, setNewTlLike, setToRules, setToTls, toString, withAdditionalProperties, withBackend, withIngressClassName, withNewBackend, withNewBackendLike, withRules, withRules, withTls, withTlsaccept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressSpecBuilder()
public IngressSpecBuilder(Boolean validationEnabled)
public IngressSpecBuilder(IngressSpecFluent<?> fluent)
public IngressSpecBuilder(IngressSpecFluent<?> fluent, Boolean validationEnabled)
public IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance)
public IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance, Boolean validationEnabled)
public IngressSpecBuilder(IngressSpec instance)
public IngressSpecBuilder(IngressSpec instance, Boolean validationEnabled)
public IngressSpec build()
build in interface io.fabric8.kubernetes.api.builder.Builder<IngressSpec>Copyright © 2015–2022 Red Hat. All rights reserved.