Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunScript ¶
func RunScript(clusterInfo apistructs.ClusterInfoData, scriptName string, params map[string]string) error
Types ¶
type AgentAccessible ¶
type Interface ¶
type Interface interface { // Ensure ensures that the agent is available: // 1. When the cluster type is k8s, download through initContainer // 2. When the cluster type is non-k8s, call the solderer through the existing path to download Ensure(clusterInfo apistructs.ClusterInfoData, agentImage string, agentMD5 string) error }
Click to show internal directories.
Click to hide internal directories.