Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MeshConfig ¶
type MeshConfig struct {
ServiceProfiles linkerdv1.ServiceProfileList
}
A container for the entire set of config for a single linkerd mesh
func (*MeshConfig) Sort ¶
func (c *MeshConfig) Sort()
type Translator ¶
type Translator interface { // translates a snapshot into a set of linkerd configs for each mesh Translate(ctx context.Context, snapshot *v1.ConfigSnapshot) (map[*v1.Mesh]*MeshConfig, reporter.ResourceErrors, error) }
func NewTranslator ¶
func NewTranslator(plugins []plugins.Plugin) Translator
Click to show internal directories.
Click to hide internal directories.