| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 |
| Modifier and Type | Method and Description |
|---|---|
TLSRouteRule |
TLSRouteRuleBuilder.build() |
TLSRouteRule |
TLSRouteSpecFluent.buildFirstRule() |
TLSRouteRule |
TLSRouteSpecFluent.buildLastRule() |
TLSRouteRule |
TLSRouteSpecFluent.buildMatchingRule(Predicate<TLSRouteRuleBuilder> predicate) |
TLSRouteRule |
TLSRouteSpecFluent.buildRule(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<TLSRouteRule> |
TLSRouteSpecFluent.buildRules() |
List<TLSRouteRule> |
TLSRouteSpec.getRules() |
| Modifier and Type | Method and Description |
|---|---|
TLSRouteSpecFluent.RulesNested<A> |
TLSRouteSpecFluent.addNewRuleLike(TLSRouteRule item) |
A |
TLSRouteSpecFluent.addToRules(int index,
TLSRouteRule item) |
A |
TLSRouteSpecFluent.addToRules(TLSRouteRule... items) |
protected void |
TLSRouteRuleFluent.copyInstance(TLSRouteRule instance) |
A |
TLSRouteSpecFluent.removeFromRules(TLSRouteRule... items) |
TLSRouteSpecFluent.RulesNested<A> |
TLSRouteSpecFluent.setNewRuleLike(int index,
TLSRouteRule item) |
A |
TLSRouteSpecFluent.setToRules(int index,
TLSRouteRule item) |
A |
TLSRouteSpecFluent.withRules(TLSRouteRule... rules) |
| Modifier and Type | Method and Description |
|---|---|
A |
TLSRouteSpecFluent.addAllToRules(Collection<TLSRouteRule> items) |
A |
TLSRouteSpecFluent.removeAllFromRules(Collection<TLSRouteRule> items) |
void |
TLSRouteSpec.setRules(List<TLSRouteRule> rules) |
A |
TLSRouteSpecFluent.withRules(List<TLSRouteRule> rules) |
| Constructor and Description |
|---|
TLSRouteRuleBuilder(TLSRouteRule instance) |
TLSRouteRuleBuilder(TLSRouteRuleFluent<?> fluent,
TLSRouteRule instance) |
TLSRouteRuleFluent(TLSRouteRule instance) |
| Constructor and Description |
|---|
TLSRouteSpec(List<String> hostnames,
List<ParentReference> parentRefs,
List<TLSRouteRule> rules) |
Copyright © 2015–2023 Red Hat. All rights reserved.