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 VirtualService and DestinationRule for the given TrafficTarget. // returns nil if no VirtualService or DestinationRule is required for the TrafficTarget (i.e. if no VirtualService/DestinationRule features are required, such as subsets). // Output resources will be added to the smi // Errors caused by invalid user config will be reported using the Reporter. Translate( ctx context.Context, in input.Snapshot, trafficTarget *discoveryv1alpha2.TrafficTarget, outputs smi.Builder, reporter reporting.Reporter, ) }
the VirtualService translator translates a TrafficTarget into a VirtualService.
func NewTranslator ¶
func NewTranslator(tsTranslator split.Translator, ttTranslator access.Translator) Translator
Directories ¶
Path | Synopsis |
---|---|
mocks
Package mock_access is a generated GoMock package.
|
Package mock_access is a generated GoMock package. |
Package mock_traffictarget is a generated GoMock package.
|
Package mock_traffictarget is a generated GoMock package. |
mocks
Package mock_split is a generated GoMock package.
|
Package mock_split is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.