public class IngressSpecBuilder extends IngressSpecFluentImpl<IngressSpecBuilder> implements VisitableBuilder<IngressSpec,IngressSpecBuilder>
IngressSpecFluentImpl.BackendNestedImpl<N>, IngressSpecFluentImpl.RulesNestedImpl<N>, IngressSpecFluentImpl.TlsNestedImpl<N>
IngressSpecFluent.BackendNested<N>, IngressSpecFluent.RulesNested<N>, IngressSpecFluent.TlsNested<N>
_visitables
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() |
boolean |
equals(Object o) |
addAllToRules, addAllToTls, addNewRule, addNewRuleLike, addNewTl, addNewTlLike, 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, getBackend, getRules, getTls, hasBackend, hasRules, hasTls, removeAllFromRules, removeAllFromTls, removeFromRules, removeFromTls, setNewRuleLike, setNewTlLike, setToRules, setToTls, withBackend, withNewBackend, withNewBackendLike, withRules, withRules, withTls, withTls
accept, aggregate, aggregate, build, build
public 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 Builder<IngressSpec>
public boolean equals(Object o)
equals
in class IngressSpecFluentImpl<IngressSpecBuilder>
Copyright © 2011–2017 Red Hat. All rights reserved.