(cluster-version spec)
Retrieve Cluster Version & Build informations
Retrieve Cluster Version & Build informations
(create-events-binding spec ns discriminator data)
Create Workflow events binding.
Optional discriminator for the io.argoproj.workflow.v1alpha1. This should almost always be empty. Used for edge-cases where the event payload alone is not provide enough information to discriminate the event. This MUST NOT be used as security mechanism, e.g. to allow two clients to use the same access token, or to support webhooks on unsecured server. Instead, use access tokens.
The event itself can be any data.
Create Workflow events binding. Optional discriminator for the io.argoproj.workflow.v1alpha1. This should almost always be empty. Used for edge-cases where the event payload alone is not provide enough information to discriminate the event. This MUST NOT be used as security mechanism, e.g. to allow two clients to use the same access token, or to support webhooks on unsecured server. Instead, use access tokens. The event itself can be any data.
(create-template spec template-name body)
Update a Workflow template
Update a Workflow template
(create-workflow spec ns workflow-spec)
Create a new workflow.
Create a new workflow.
(delete-template spec template-name)
Delete Workflow Template by name
Delete Workflow Template by name
(delete-workflow spec workflow-name)
(delete-workflow spec ns workflow-name)
Delete an existing Workflow
Delete an existing Workflow
(get-cronjob spec ns name)
(get-cronjob spec ns name options)
Get cronjob by name
Get cronjob by name
(get-events-bindings spec ns)
Retrieve Workflow events binding for the target namespace
Retrieve Workflow events binding for the target namespace
(get-pod-log spec ns workflow-name pod-name)
Retrieve pod logs
Retrieve pod logs
(get-template spec template-name)
Retrieve Workflow Template by Name metadata
Retrieve Workflow Template by Name metadata
(get-workflow spec workflow-name)
(get-workflow spec ns workflow-name)
Retrieve an existing Workflow
Retrieve an existing Workflow
(lint-workflow spec workflow-spec)
(lint-workflow spec ns workflow-spec)
Lint an existing Workflow
Lint an existing Workflow
(list-cronjobs spec ns)
(list-cronjobs spec ns options)
List cronjobs for the current namespace
List cronjobs for the current namespace
(list-templates spec)
Retrieve Workflow Templates
Retrieve Workflow Templates
(list-workflows spec)
(list-workflows spec ns)
Return a list of all the running workflows and their definitions
Return a list of all the running workflows and their definitions
(purge-workflow spec ns)
Delete all workflows in current namespace
Delete all workflows in current namespace
(resubmit-workflow spec ns workflow-name workflow-spec)
Resubmit workflow
Resubmit workflow
(resume-cronjob spec ns name)
(resume-cronjob spec ns name options)
Resume Cronjob
Resume Cronjob
(resume-workflow spec ns name)
(resume-workflow spec ns name body)
Resume a workflow
Resume a workflow
(retry-workflow spec ns name)
(retry-workflow spec ns name body)
Retry a workflow
Retry a workflow
(set-workflow spec ns name body)
Set workflows properties & metadata
Set workflows properties & metadata
(stop-workflow spec workflow-name)
(stop-workflow spec ns workflow-name)
Stop a running workflow
Stop a running workflow
(submit-workflow spec ns workflow-spec)
Submit a new workflow from spec
Submit a new workflow from spec
(suspend-cronjob spec ns name)
(suspend-cronjob spec ns name options)
Suspend Cronjob
Suspend Cronjob
(suspend-workflow spec ns name)
(suspend-workflow spec ns name body)
Suspend a workflow
Suspend a workflow
(terminate-workflow spec ns name)
(terminate-workflow spec ns name body)
Terminate a workflow
Terminate a workflow
(watch-events spec ns)
Watch namespace events
Create a persistent connection
Watch namespace events Create a persistent connection
(watch-workflows spec ns)
Watch nampasce workflows events
Watch nampasce workflows events
(workflows-logs spec ns workflow-name)
(workflows-logs spec ns workflow-name params)
Retrieve Workflows logs
Retrieve Workflows logs
(workflows-overview spec)
(workflows-overview spec ns)
Return a quick overview of running workflows
Return a quick overview of running workflows
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close