Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentContext ¶
type DeploymentContext struct { EchoContext *EchoDeploymentContext Meshes []GlooMeshInstance }
func (*DeploymentContext) GetManagementPlaneCluster ¶
func (d *DeploymentContext) GetManagementPlaneCluster() cluster.Cluster
type EchoDeploymentContext ¶
type GlooMeshInstance ¶
type GlooMeshInstance interface { resource.Resource GetKubeConfig() string IsManagementPlane() bool // for management plane only GetRelayServerAddress() (string, error) GetCluster() cluster.Cluster }
GlooMeshInstance is a component that provides access to a deployed echo service.
Click to show internal directories.
Click to hide internal directories.