| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 |
| Modifier and Type | Method and Description |
|---|---|
GRPCHeaderMatch |
GRPCHeaderMatchBuilder.build() |
GRPCHeaderMatch |
GRPCRouteMatchFluent.buildFirstHeader() |
GRPCHeaderMatch |
GRPCRouteMatchFluent.buildHeader(int index) |
GRPCHeaderMatch |
GRPCRouteMatchFluent.buildLastHeader() |
GRPCHeaderMatch |
GRPCRouteMatchFluent.buildMatchingHeader(Predicate<GRPCHeaderMatchBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<GRPCHeaderMatch> |
GRPCRouteMatchFluent.buildHeaders() |
List<GRPCHeaderMatch> |
GRPCRouteMatch.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
GRPCRouteMatchFluent.HeadersNested<A> |
GRPCRouteMatchFluent.addNewHeaderLike(GRPCHeaderMatch item) |
A |
GRPCRouteMatchFluent.addToHeaders(GRPCHeaderMatch... items) |
A |
GRPCRouteMatchFluent.addToHeaders(int index,
GRPCHeaderMatch item) |
protected void |
GRPCHeaderMatchFluent.copyInstance(GRPCHeaderMatch instance) |
A |
GRPCRouteMatchFluent.removeFromHeaders(GRPCHeaderMatch... items) |
GRPCRouteMatchFluent.HeadersNested<A> |
GRPCRouteMatchFluent.setNewHeaderLike(int index,
GRPCHeaderMatch item) |
A |
GRPCRouteMatchFluent.setToHeaders(int index,
GRPCHeaderMatch item) |
A |
GRPCRouteMatchFluent.withHeaders(GRPCHeaderMatch... headers) |
| Modifier and Type | Method and Description |
|---|---|
A |
GRPCRouteMatchFluent.addAllToHeaders(Collection<GRPCHeaderMatch> items) |
A |
GRPCRouteMatchFluent.removeAllFromHeaders(Collection<GRPCHeaderMatch> items) |
void |
GRPCRouteMatch.setHeaders(List<GRPCHeaderMatch> headers) |
A |
GRPCRouteMatchFluent.withHeaders(List<GRPCHeaderMatch> headers) |
| Constructor and Description |
|---|
GRPCHeaderMatchBuilder(GRPCHeaderMatch instance) |
GRPCHeaderMatchBuilder(GRPCHeaderMatchFluent<?> fluent,
GRPCHeaderMatch instance) |
GRPCHeaderMatchFluent(GRPCHeaderMatch instance) |
| Constructor and Description |
|---|
GRPCRouteMatch(List<GRPCHeaderMatch> headers,
GRPCMethodMatch method) |
Copyright © 2015–2023 Red Hat. All rights reserved.