Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Installer ¶ added in v2.4.7
type Installer interface { userd_k8s.ResourceFinder EnsureAgent(c context.Context, namespace, name, svcName, portNameOrNumber, agentImageName string, telepresenceAPIPort uint16) (string, string, error) EnsureManager(c context.Context) error RemoveManagerAndAgents(c context.Context, agentsOnly bool, agents []*manager.AgentInfo) error }
Click to show internal directories.
Click to hide internal directories.