Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translator ¶
type Translator interface { // Translate translates the appropriate resources to apply the VirtualMesh to the given Mesh. // Output resources will be added to the smi.Builder // Errors caused by invalid user config will be reported using the Reporter. Translate( ctx context.Context, in input.LocalSnapshot, mesh *discoveryv1.Mesh, outputs smi.Builder, reporter reporting.Reporter, ) }
the VirtualService translator translates a Mesh into a VirtualService.
func NewTranslator ¶
func NewTranslator() Translator
Click to show internal directories.
Click to hide internal directories.