Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translator ¶
type Translator interface { TranslateTrafficTargets( services corev1sets.ServiceSet, workloads v1alpha2sets.WorkloadSet, meshes v1alpha2sets.MeshSet, ) v1alpha2sets.TrafficTargetSet }
the traffic-target translator converts deployments with injected sidecars into TrafficTarget CRs
func NewTranslator ¶
func NewTranslator(ctx context.Context, trafficTargetDetector detector.TrafficTargetDetector) Translator
Click to show internal directories.
Click to hide internal directories.