public static interface EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
EnvoyFilterOuterClass.EnvoyFilter.ApplyTo |
getApplyTo()
Specifies where in the Envoy configuration, the patch should be
applied.
|
int |
getApplyToValue()
Specifies where in the Envoy configuration, the patch should be
applied.
|
EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectMatch |
getMatch()
Match on listener/route configuration/cluster.
|
EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectMatchOrBuilder |
getMatchOrBuilder()
Match on listener/route configuration/cluster.
|
EnvoyFilterOuterClass.EnvoyFilter.Patch |
getPatch()
The patch to apply along with the operation.
|
EnvoyFilterOuterClass.EnvoyFilter.PatchOrBuilder |
getPatchOrBuilder()
The patch to apply along with the operation.
|
boolean |
hasMatch()
Match on listener/route configuration/cluster.
|
boolean |
hasPatch()
The patch to apply along with the operation.
|
int getApplyToValue()
Specifies where in the Envoy configuration, the patch should be applied. The match is expected to select the appropriate object based on applyTo. For example, an applyTo with `HTTP_FILTER` is expected to have a match condition on the listeners, with a network filter selection on `envoy.filters.network.http_connection_manager` and a sub filter selection on the HTTP filter relative to which the insertion should be performed. Similarly, an applyTo on `CLUSTER` should have a match (if provided) on the cluster and not on a listener.
.istio.networking.v1alpha3.EnvoyFilter.ApplyTo apply_to = 1;EnvoyFilterOuterClass.EnvoyFilter.ApplyTo getApplyTo()
Specifies where in the Envoy configuration, the patch should be applied. The match is expected to select the appropriate object based on applyTo. For example, an applyTo with `HTTP_FILTER` is expected to have a match condition on the listeners, with a network filter selection on `envoy.filters.network.http_connection_manager` and a sub filter selection on the HTTP filter relative to which the insertion should be performed. Similarly, an applyTo on `CLUSTER` should have a match (if provided) on the cluster and not on a listener.
.istio.networking.v1alpha3.EnvoyFilter.ApplyTo apply_to = 1;boolean hasMatch()
Match on listener/route configuration/cluster.
.istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectMatch match = 2;EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectMatch getMatch()
Match on listener/route configuration/cluster.
.istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectMatch match = 2;EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectMatchOrBuilder getMatchOrBuilder()
Match on listener/route configuration/cluster.
.istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectMatch match = 2;boolean hasPatch()
The patch to apply along with the operation.
.istio.networking.v1alpha3.EnvoyFilter.Patch patch = 3;EnvoyFilterOuterClass.EnvoyFilter.Patch getPatch()
The patch to apply along with the operation.
.istio.networking.v1alpha3.EnvoyFilter.Patch patch = 3;EnvoyFilterOuterClass.EnvoyFilter.PatchOrBuilder getPatchOrBuilder()
The patch to apply along with the operation.
.istio.networking.v1alpha3.EnvoyFilter.Patch patch = 3;Copyright © 2018–2023 Alibaba Group. All rights reserved.