Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event interface { // Stringer returns a long form description/details of the mesh fmt.Stringer Details() *MeshInfo Type() EventType }
Event represents a mesh agnostic event interface
type MeshInfo ¶
type MeshInfo struct {
// contains filtered or unexported fields
}
MeshInfo is the meshsync native, mesh agnostic representation of a deployed service-mesh and any related state information TODO (Nitish Malhotra) : Enhance this model
func NewMeshInfo ¶
func NewMeshInfo() *MeshInfo
func (*MeshInfo) SetOpaque ¶
func (mi *MeshInfo) SetOpaque(data interface{})
SetOpaque data unique to the deployed mesh
func (*MeshInfo) SetVersion ¶
SetVersion of the deployed mesh
Click to show internal directories.
Click to hide internal directories.