Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonManager ¶
type AddonManager interface { // AddAgent register an addon agent to the manager. AddAgent(addon agent.AgentAddon) error // Start starts all registered addon agent. Start(ctx context.Context) error }
AddonManager is the interface to initialize a manager on hub to manage the addon agents on all managedcluster
Click to show internal directories.
Click to hide internal directories.