| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 |
| Modifier and Type | Method and Description |
|---|---|
GRPCRouteMatch |
GRPCRouteMatchBuilder.build() |
GRPCRouteMatch |
GRPCRouteRuleFluent.buildFirstMatch() |
GRPCRouteMatch |
GRPCRouteRuleFluent.buildLastMatch() |
GRPCRouteMatch |
GRPCRouteRuleFluent.buildMatch(int index) |
GRPCRouteMatch |
GRPCRouteRuleFluent.buildMatchingMatch(Predicate<GRPCRouteMatchBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<GRPCRouteMatch> |
GRPCRouteRuleFluent.buildMatches() |
List<GRPCRouteMatch> |
GRPCRouteRule.getMatches() |
| Modifier and Type | Method and Description |
|---|---|
GRPCRouteRuleFluent.MatchesNested<A> |
GRPCRouteRuleFluent.addNewMatchLike(GRPCRouteMatch item) |
A |
GRPCRouteRuleFluent.addToMatches(GRPCRouteMatch... items) |
A |
GRPCRouteRuleFluent.addToMatches(int index,
GRPCRouteMatch item) |
protected void |
GRPCRouteMatchFluent.copyInstance(GRPCRouteMatch instance) |
A |
GRPCRouteRuleFluent.removeFromMatches(GRPCRouteMatch... items) |
GRPCRouteRuleFluent.MatchesNested<A> |
GRPCRouteRuleFluent.setNewMatchLike(int index,
GRPCRouteMatch item) |
A |
GRPCRouteRuleFluent.setToMatches(int index,
GRPCRouteMatch item) |
A |
GRPCRouteRuleFluent.withMatches(GRPCRouteMatch... matches) |
| Modifier and Type | Method and Description |
|---|---|
A |
GRPCRouteRuleFluent.addAllToMatches(Collection<GRPCRouteMatch> items) |
A |
GRPCRouteRuleFluent.removeAllFromMatches(Collection<GRPCRouteMatch> items) |
void |
GRPCRouteRule.setMatches(List<GRPCRouteMatch> matches) |
A |
GRPCRouteRuleFluent.withMatches(List<GRPCRouteMatch> matches) |
| Constructor and Description |
|---|
GRPCRouteMatchBuilder(GRPCRouteMatch instance) |
GRPCRouteMatchBuilder(GRPCRouteMatchFluent<?> fluent,
GRPCRouteMatch instance) |
GRPCRouteMatchFluent(GRPCRouteMatch instance) |
| Constructor and Description |
|---|
GRPCRouteRule(List<GRPCBackendRef> backendRefs,
List<GRPCRouteFilter> filters,
List<GRPCRouteMatch> matches) |
Copyright © 2015–2023 Red Hat. All rights reserved.