| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
StringMatch |
StringMatchBuilder.build() |
StringMatch |
HTTPMatchRequestFluentImpl.buildAuthority() |
StringMatch |
HTTPMatchRequestFluent.buildAuthority() |
StringMatch |
HTTPMatchRequestFluentImpl.buildMethod() |
StringMatch |
HTTPMatchRequestFluent.buildMethod() |
StringMatch |
HTTPMatchRequestFluentImpl.buildScheme() |
StringMatch |
HTTPMatchRequestFluent.buildScheme() |
StringMatch |
HTTPMatchRequestFluentImpl.buildUri() |
StringMatch |
HTTPMatchRequestFluent.buildUri() |
StringMatch |
DoneableStringMatch.done() |
StringMatch |
HTTPMatchRequestFluentImpl.getAuthority()
Deprecated.
|
StringMatch |
HTTPMatchRequestFluent.getAuthority()
Deprecated.
|
StringMatch |
HTTPMatchRequest.getAuthority() |
StringMatch |
HTTPMatchRequestFluentImpl.getMethod()
Deprecated.
|
StringMatch |
HTTPMatchRequestFluent.getMethod()
Deprecated.
|
StringMatch |
HTTPMatchRequest.getMethod() |
StringMatch |
HTTPMatchRequestFluentImpl.getScheme()
Deprecated.
|
StringMatch |
HTTPMatchRequestFluent.getScheme()
Deprecated.
|
StringMatch |
HTTPMatchRequest.getScheme() |
StringMatch |
HTTPMatchRequestFluentImpl.getUri()
Deprecated.
|
StringMatch |
HTTPMatchRequestFluent.getUri()
Deprecated.
|
StringMatch |
HTTPMatchRequest.getUri() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StringMatch> |
HTTPMatchRequestFluentImpl.getHeaders() |
Map<String,StringMatch> |
HTTPMatchRequestFluent.getHeaders() |
Map<String,StringMatch> |
HTTPMatchRequest.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
A |
HTTPMatchRequestFluentImpl.addToHeaders(Map<String,StringMatch> map) |
A |
HTTPMatchRequestFluent.addToHeaders(Map<String,StringMatch> map) |
A |
HTTPMatchRequestFluentImpl.removeFromHeaders(Map<String,StringMatch> map) |
A |
HTTPMatchRequestFluent.removeFromHeaders(Map<String,StringMatch> map) |
void |
HTTPMatchRequest.setHeaders(Map<String,StringMatch> headers) |
A |
HTTPMatchRequestFluentImpl.withHeaders(Map<String,StringMatch> headers) |
A |
HTTPMatchRequestFluent.withHeaders(Map<String,StringMatch> headers) |
| Constructor and Description |
|---|
DoneableStringMatch(StringMatch item) |
DoneableStringMatch(StringMatch item,
io.fabric8.kubernetes.api.builder.Function<StringMatch,StringMatch> function) |
HTTPMatchRequest(StringMatch authority,
List<String> gateways,
Map<String,StringMatch> headers,
StringMatch method,
Integer port,
StringMatch scheme,
Map<String,String> sourceLabels,
StringMatch uri) |
StringMatchBuilder(StringMatch instance) |
StringMatchBuilder(StringMatch instance,
Boolean validationEnabled) |
StringMatchBuilder(StringMatchFluent<?> fluent,
StringMatch instance) |
StringMatchBuilder(StringMatchFluent<?> fluent,
StringMatch instance,
Boolean validationEnabled) |
StringMatchBuilder(StringMatchFluent<?> fluent,
StringMatch instance,
javax.validation.Validator validator) |
StringMatchBuilder(StringMatch instance,
javax.validation.Validator validator) |
StringMatchFluentImpl(StringMatch instance) |
| Constructor and Description |
|---|
DoneableStringMatch(io.fabric8.kubernetes.api.builder.Function<StringMatch,StringMatch> function) |
DoneableStringMatch(io.fabric8.kubernetes.api.builder.Function<StringMatch,StringMatch> function) |
DoneableStringMatch(StringMatch item,
io.fabric8.kubernetes.api.builder.Function<StringMatch,StringMatch> function) |
DoneableStringMatch(StringMatch item,
io.fabric8.kubernetes.api.builder.Function<StringMatch,StringMatch> function) |
HTTPMatchRequest(StringMatch authority,
List<String> gateways,
Map<String,StringMatch> headers,
StringMatch method,
Integer port,
StringMatch scheme,
Map<String,String> sourceLabels,
StringMatch uri) |
Copyright © 2017–2018 Red Hat. All rights reserved.