public static interface EnvoyFilterOuterClass.EnvoyFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatch |
getConfigPatches(int index)
One or more patches with match conditions.
|
int |
getConfigPatchesCount()
One or more patches with match conditions.
|
List<EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatch> |
getConfigPatchesList()
One or more patches with match conditions.
|
EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatchOrBuilder |
getConfigPatchesOrBuilder(int index)
One or more patches with match conditions.
|
List<? extends EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatchOrBuilder> |
getConfigPatchesOrBuilderList()
One or more patches with match conditions.
|
SidecarOuterClass.WorkloadSelector |
getWorkloadSelector()
Criteria used to select the specific set of pods/VMs on which
this patch configuration should be applied.
|
SidecarOuterClass.WorkloadSelectorOrBuilder |
getWorkloadSelectorOrBuilder()
Criteria used to select the specific set of pods/VMs on which
this patch configuration should be applied.
|
boolean |
hasWorkloadSelector()
Criteria used to select the specific set of pods/VMs on which
this patch configuration should be applied.
|
boolean hasWorkloadSelector()
Criteria used to select the specific set of pods/VMs on which this patch configuration should be applied. If omitted, the set of patches in this configuration will be applied to all workload instances in the same namespace. If omitted, the `EnvoyFilter` patches will be applied to all workloads in the same namespace. If the `EnvoyFilter` is present in the config root namespace, it will be applied to all applicable workloads in any namespace.
.istio.networking.v1alpha3.WorkloadSelector workload_selector = 3;SidecarOuterClass.WorkloadSelector getWorkloadSelector()
Criteria used to select the specific set of pods/VMs on which this patch configuration should be applied. If omitted, the set of patches in this configuration will be applied to all workload instances in the same namespace. If omitted, the `EnvoyFilter` patches will be applied to all workloads in the same namespace. If the `EnvoyFilter` is present in the config root namespace, it will be applied to all applicable workloads in any namespace.
.istio.networking.v1alpha3.WorkloadSelector workload_selector = 3;SidecarOuterClass.WorkloadSelectorOrBuilder getWorkloadSelectorOrBuilder()
Criteria used to select the specific set of pods/VMs on which this patch configuration should be applied. If omitted, the set of patches in this configuration will be applied to all workload instances in the same namespace. If omitted, the `EnvoyFilter` patches will be applied to all workloads in the same namespace. If the `EnvoyFilter` is present in the config root namespace, it will be applied to all applicable workloads in any namespace.
.istio.networking.v1alpha3.WorkloadSelector workload_selector = 3;List<EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatch> getConfigPatchesList()
One or more patches with match conditions.
repeated .istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectPatch config_patches = 4 [(.google.api.field_behavior) = REQUIRED];EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatch getConfigPatches(int index)
One or more patches with match conditions.
repeated .istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectPatch config_patches = 4 [(.google.api.field_behavior) = REQUIRED];int getConfigPatchesCount()
One or more patches with match conditions.
repeated .istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectPatch config_patches = 4 [(.google.api.field_behavior) = REQUIRED];List<? extends EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatchOrBuilder> getConfigPatchesOrBuilderList()
One or more patches with match conditions.
repeated .istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectPatch config_patches = 4 [(.google.api.field_behavior) = REQUIRED];EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectPatchOrBuilder getConfigPatchesOrBuilder(int index)
One or more patches with match conditions.
repeated .istio.networking.v1alpha3.EnvoyFilter.EnvoyConfigObjectPatch config_patches = 4 [(.google.api.field_behavior) = REQUIRED];Copyright © 2018–2023 Alibaba Group. All rights reserved.