Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translator ¶
type Translator interface { TranslateDestinations( ctx context.Context, services corev1sets.ServiceSet, pods corev1sets.PodSet, nodes corev1sets.NodeSet, workloads v1.WorkloadSet, meshes v1.MeshSet, endpoints corev1sets.EndpointsSet, ) v1.DestinationSet }
the destination translator converts deployments with injected sidecars into Destination CRs
func NewTranslator ¶
func NewTranslator(destinationDetector detector.DestinationDetector) Translator
Click to show internal directories.
Click to hide internal directories.