Documentation ¶
Index ¶
- func NewApplicationCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationCreateCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationDeleteCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationDiffCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationGetCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationHistoryCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationListCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationRollbackCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationSetCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewApplicationSyncCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewCluster(name string, conf *rest.Config) *argoappv1.Cluster
- func NewClusterAddCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clientcmd.PathOptions) *cobra.Command
- func NewClusterCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clientcmd.PathOptions) *cobra.Command
- func NewClusterGetCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewClusterListCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewClusterRemoveCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewCommand() *cobra.Command
- func NewInstallCommand() *cobra.Command
- func NewLoginCommand(globalClientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewRepoAddCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewRepoCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewRepoListCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewRepoRemoveCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
- func NewUninstallCommand() *cobra.Command
- func NewVersionCmd(clientOpts *argocdclient.ClientOptions) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplicationCommand ¶
func NewApplicationCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationCommand returns a new instance of an `argocd app` command
func NewApplicationCreateCommand ¶ added in v0.3.0
func NewApplicationCreateCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationCreateCommand returns a new instance of an `argocd app create` command
func NewApplicationDeleteCommand ¶ added in v0.3.0
func NewApplicationDeleteCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationDeleteCommand returns a new instance of an `argocd app delete` command
func NewApplicationDiffCommand ¶
func NewApplicationDiffCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationDiffCommand returns a new instance of an `argocd app diff` command
func NewApplicationGetCommand ¶
func NewApplicationGetCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationGetCommand returns a new instance of an `argocd app get` command
func NewApplicationHistoryCommand ¶ added in v0.3.1
func NewApplicationHistoryCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationHistoryCommand returns a new instance of an `argocd app history` command
func NewApplicationListCommand ¶
func NewApplicationListCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationListCommand returns a new instance of an `argocd app list` command
func NewApplicationRollbackCommand ¶ added in v0.3.1
func NewApplicationRollbackCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationRollbackCommand returns a new instance of an `argocd app rollback` command
func NewApplicationSetCommand ¶ added in v0.3.0
func NewApplicationSetCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationSetCommand returns a new instance of an `argocd app set` command
func NewApplicationSyncCommand ¶
func NewApplicationSyncCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewApplicationSyncCommand returns a new instance of an `argocd app sync` command
func NewClusterAddCommand ¶
func NewClusterAddCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clientcmd.PathOptions) *cobra.Command
NewClusterAddCommand returns a new instance of an `argocd cluster add` command
func NewClusterCommand ¶
func NewClusterCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clientcmd.PathOptions) *cobra.Command
NewClusterCommand returns a new instance of an `argocd cluster` command
func NewClusterGetCommand ¶
func NewClusterGetCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewClusterGetCommand returns a new instance of an `argocd cluster get` command
func NewClusterListCommand ¶
func NewClusterListCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewClusterListCommand returns a new instance of an `argocd cluster rm` command
func NewClusterRemoveCommand ¶
func NewClusterRemoveCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewClusterRemoveCommand returns a new instance of an `argocd cluster list` command
func NewCommand ¶
NewCommand returns a new instance of an argocd command
func NewInstallCommand ¶
NewInstallCommand returns a new instance of `argocd install` command
func NewLoginCommand ¶ added in v0.3.0
func NewLoginCommand(globalClientOpts *argocdclient.ClientOptions) *cobra.Command
NewLoginCommand returns a new instance of `argocd login` command
func NewRepoAddCommand ¶
func NewRepoAddCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewRepoAddCommand returns a new instance of an `argocd repo add` command
func NewRepoCommand ¶
func NewRepoCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewRepoCommand returns a new instance of an `argocd repo` command
func NewRepoListCommand ¶
func NewRepoListCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewRepoListCommand returns a new instance of an `argocd repo rm` command
func NewRepoRemoveCommand ¶
func NewRepoRemoveCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewRepoRemoveCommand returns a new instance of an `argocd repo list` command
func NewUninstallCommand ¶
NewUninstallCommand returns a new instance of `argocd install` command
func NewVersionCmd ¶ added in v0.3.0
func NewVersionCmd(clientOpts *argocdclient.ClientOptions) *cobra.Command
NewVersionCmd returns a new `version` command to be used as a sub-command to root
Types ¶
This section is empty.