Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translator ¶
type Translator interface {
TranslateWorkloads(deployments appsv1sets.DeploymentSet, daemonSets appsv1sets.DaemonSetSet, statefulSets appsv1sets.StatefulSetSet, meshes v1sets.MeshSet) v1sets.WorkloadSet
}
the mesh-workload translator converts deployments with injected sidecars into Workload CRs
func NewTranslator ¶
func NewTranslator(ctx context.Context, workloadDetector detector.WorkloadDetector) Translator
Click to show internal directories.
Click to hide internal directories.