类 SidecarOuterClass.WorkloadSelector.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<SidecarOuterClass.WorkloadSelector.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<SidecarOuterClass.WorkloadSelector.Builder>
istio.networking.v1alpha3.SidecarOuterClass.WorkloadSelector.Builder
所有已实现的接口:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SidecarOuterClass.WorkloadSelectorOrBuilder, Cloneable
封闭类:
SidecarOuterClass.WorkloadSelector

public static final class SidecarOuterClass.WorkloadSelector.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SidecarOuterClass.WorkloadSelector.Builder> implements SidecarOuterClass.WorkloadSelectorOrBuilder
 `WorkloadSelector` specifies the criteria used to determine if the
 `Gateway`, `Sidecar`, or `EnvoyFilter` or `ServiceEntry`
 configuration can be applied to a proxy. The matching criteria
 includes the metadata associated with a proxy, workload instance
 info such as labels attached to the pod/VM, or any other info that
 the proxy provides to Istio during the initial handshake. If
 multiple conditions are specified, all conditions need to match in
 order for the workload instance to be selected. Currently, only
 label based selection mechanism is supported.
 
Protobuf type istio.networking.v1alpha3.WorkloadSelector