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