Documentation
¶
Index ¶
- Constants
- func Cleanup(cmd *cobra.Command, cleanOpts *CleanOptions) error
- func CreateClusterClaim(cmd *cobra.Command, k8sClient client.Client, namespace string, ...) error
- func CreateClusterSet(cmd *cobra.Command, k8sClient client.Client, namespace string, ...) error
- func CreateMemberToken(cmd *cobra.Command, k8sClient client.Client, name string, namespace string, ...) error
- func NewClient(cmd *cobra.Command) (client.Client, error)
- func Rollback(cmd *cobra.Command, k8sClient client.Client, res []map[string]interface{}) error
- type CleanOptions
Constants ¶
View Source
const ( ClusterSetJoinConfigAPIVersion = "multicluster.antrea.io/v1alpha1" ClusterSetJoinConfigKind = "ClusterSetJoinConfig" CreateByAntctlAnnotation = "multicluster.antrea.io/created-by-antctl" )
Variables ¶
This section is empty.
Functions ¶
func CreateClusterClaim ¶
func CreateClusterSet ¶
func CreateMemberToken ¶
Types ¶
type CleanOptions ¶
Click to show internal directories.
Click to hide internal directories.