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 input configuration resources for all appmesh meshes contained in the input snapshot. // Output resources will be added to the output.Builder // Errors caused by invalid user config will be reported using the Reporter. Translate( ctx context.Context, in input.Snapshot, appmeshOutputs appmesh.Builder, reporter reporting.Reporter, ) }
the appmesh translator translates an input networking snapshot to an output snapshot of appmesh resources
func NewAppmeshTranslator ¶
func NewAppmeshTranslator() Translator
Click to show internal directories.
Click to hide internal directories.