Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddClusterCmd ¶
type AddClusterCmd interface {
Execute(ctx context.Context, clusterName string) error
}
AddClusterCmd when executed calls the 'argocd cluster add' command
func AddClusterAddFlags ¶
func AddClusterAddFlags(cmd *cobra.Command) (AddClusterCmd, error)
type LoginOptions ¶
type LoginOptions struct {
Namespace string
Username string
Password string
}
Click to show internal directories.
Click to hide internal directories.