| 程序包 | 说明 |
|---|---|
| istio.networking.v1alpha3 |
| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addAllGateways(Iterable<String> values)
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addGateways(String value)
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addGatewaysBytes(com.google.protobuf.ByteString value)
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.addMatchBuilder()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.addMatchBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clear() |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearAuthority()
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch authority = 4; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearGateways()
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearHeaders() |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearIgnoreUriCase()
Flag to specify whether the URI matching should be case-insensitive.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearMethod()
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch method = 3; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearName()
The name assigned to a match.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearPort()
Specifies the ports on the host that is being addressed.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearQueryParams() |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearScheme()
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch scheme = 2; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearSourceLabels() |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearSourceNamespace()
Source namespace constraining the applicability of a rule to workloads in that namespace.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearUri()
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearWithoutHeaders() |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clone() |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.getMatchBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeAuthority(VirtualServiceOuterClass.StringMatch value)
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch authority = 4; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeFrom(VirtualServiceOuterClass.HTTPMatchRequest other) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeMethod(VirtualServiceOuterClass.StringMatch value)
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch method = 3; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeScheme(VirtualServiceOuterClass.StringMatch value)
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch scheme = 2; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeUri(VirtualServiceOuterClass.StringMatch value)
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
static VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilder() |
static VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilder(VirtualServiceOuterClass.HTTPMatchRequest prototype) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilderForType() |
protected VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllHeaders(Map<String,VirtualServiceOuterClass.StringMatch> values)
The header keys must be lowercase and use hyphen as the separator,
e.g.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllQueryParams(Map<String,VirtualServiceOuterClass.StringMatch> values)
Query parameters for matching.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllSourceLabels(Map<String,String> values)
One or more labels that constrain the applicability of a rule to
workloads with the given labels.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllWithoutHeaders(Map<String,VirtualServiceOuterClass.StringMatch> values)
withoutHeader has the same syntax with the header, but has opposite meaning.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putHeaders(String key,
VirtualServiceOuterClass.StringMatch value)
The header keys must be lowercase and use hyphen as the separator,
e.g.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putQueryParams(String key,
VirtualServiceOuterClass.StringMatch value)
Query parameters for matching.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putSourceLabels(String key,
String value)
One or more labels that constrain the applicability of a rule to
workloads with the given labels.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putWithoutHeaders(String key,
VirtualServiceOuterClass.StringMatch value)
withoutHeader has the same syntax with the header, but has opposite meaning.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeHeaders(String key)
The header keys must be lowercase and use hyphen as the separator,
e.g.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeQueryParams(String key)
Query parameters for matching.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeSourceLabels(String key)
One or more labels that constrain the applicability of a rule to
workloads with the given labels.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeWithoutHeaders(String key)
withoutHeader has the same syntax with the header, but has opposite meaning.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setAuthority(VirtualServiceOuterClass.StringMatch.Builder builderForValue)
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch authority = 4; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setAuthority(VirtualServiceOuterClass.StringMatch value)
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch authority = 4; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setGateways(int index,
String value)
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setIgnoreUriCase(boolean value)
Flag to specify whether the URI matching should be case-insensitive.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setMethod(VirtualServiceOuterClass.StringMatch.Builder builderForValue)
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch method = 3; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setMethod(VirtualServiceOuterClass.StringMatch value)
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch method = 3; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setName(String value)
The name assigned to a match.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name assigned to a match.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setPort(int value)
Specifies the ports on the host that is being addressed.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setScheme(VirtualServiceOuterClass.StringMatch.Builder builderForValue)
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch scheme = 2; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setScheme(VirtualServiceOuterClass.StringMatch value)
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
.istio.networking.v1alpha3.StringMatch scheme = 2; |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setSourceNamespace(String value)
Source namespace constraining the applicability of a rule to workloads in that namespace.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setSourceNamespaceBytes(com.google.protobuf.ByteString value)
Source namespace constraining the applicability of a rule to workloads in that namespace.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setUri(VirtualServiceOuterClass.StringMatch.Builder builderForValue)
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setUri(VirtualServiceOuterClass.StringMatch value)
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.toBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<VirtualServiceOuterClass.HTTPMatchRequest.Builder> |
VirtualServiceOuterClass.HTTPRoute.Builder.getMatchBuilderList()
Match conditions to be satisfied for the rule to be
activated.
|
| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.HTTPRoute.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.addMatch(int index,
VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.addMatch(VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.setMatch(int index,
VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
Copyright © 2018–2023 Alibaba Group. All rights reserved.