Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateCmd = &cobra.Command{
Use: "create",
Short: "Create a member token for a ClusterSet",
}
View Source
var DeleteCmd = &cobra.Command{
Use: "delete",
Short: "Delete a member token",
}
View Source
var DeployCmd = &cobra.Command{
Use: "deploy",
Short: "Deploy Antrea Multi-cluster Controller to a leader or member cluster",
}
View Source
var DestroyCmd = NewDestroyCommand()
View Source
var GetCmd = &cobra.Command{
Use: "get",
Short: "Display one or many resources in a ClusterSet",
}
View Source
var InitCmd = NewInitCommand()
View Source
var JoinCmd = NewJoinCommand()
View Source
var LeaveCmd = NewLeaveCommand()
Functions ¶
func NewDestroyCommand ¶ added in v1.8.0
func NewInitCommand ¶ added in v1.8.0
func NewJoinCommand ¶ added in v1.8.0
func NewLeaveCommand ¶ added in v1.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.