package
2.1.0+incompatible
Repository: https://github.com/shigemk2/argo.git
Documentation: pkg.go.dev

# Functions

InitWorkflowClient creates a new client for the Kubernetes Workflow CRD.
InstallNamespace returns either the namespace specified via the --namespaceflag or the default argo installation namespace (kube-system).
NewCommand returns a new instance of an argocd command.
No description provided by the author
NewDeleteCommand returns a new instance of an `argocd repo` command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewWorkflowStatusPoller creates a new WorkflowStatusPoller object.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
Argo controller resource constants.
No description provided by the author
No description provided by the author
No description provided by the author
Argo UI resource constants.
No description provided by the author
ANSI escape codes.
CLIName is the name of the CLI.
ANSI escape codes.
ANSI escape codes.
ANSI escape codes.
ANSI escape codes.
ANSI escape codes.
ANSI escape codes.
ANSI escape codes.
ANSI escape codes.
ANSI escape codes.

# Variables

No description provided by the author
No description provided by the author
These are the default image names which `argo install` uses during install.
No description provided by the author
No description provided by the author

# Structs

VersionChecker checks the Kubernetes version and currently logs a message if wait should be implemented using watch instead of polling.
WorkflowStatusPoller exports methods to wait on workflows by periodically querying their status.

# Type aliases

ByFinishedAt is a sort interface which sorts running jobs earlier before considering FinishedAt.