Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDependencyFactory = internal.NewDependencyFactory()
Functions ¶
This section is empty.
Types ¶
type Translator ¶
type Translator interface { // Translate translates the appropriate resources to apply input configuration resources for all OSM meshes contained in the input snapshot. // 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, outputs smi.Builder, reporter reporting.Reporter, ) }
the smi translator translates an input networking snapshot to an output snapshot of SMI resources
func NewOSMTranslator ¶
func NewOSMTranslator() Translator
Directories ¶
Path | Synopsis |
---|---|
mocks
Package mock_destination is a generated GoMock package.
|
Package mock_destination is a generated GoMock package. |
mocks
Package mock_internal is a generated GoMock package.
|
Package mock_internal is a generated GoMock package. |
mocks
Package mock_mesh is a generated GoMock package.
|
Package mock_mesh is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.