Liking cljdoc? Tell your friends :D

argoj.api


cluster-infoclj

(cluster-info spec)

Retrieve Cluster Info

Retrieve Cluster Info
sourceraw docstring

cluster-versionclj

(cluster-version spec)

Retrieve Cluster Version & Build informations

Retrieve Cluster Version & Build informations
sourceraw docstring

create-cronjobclj

(create-cronjob spec ns body)

Create cronjob

Create cronjob
sourceraw docstring

create-events-bindingclj

(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.
sourceraw docstring

create-templateclj

(create-template spec template-name body)

Update a Workflow template

Update a Workflow template
sourceraw docstring

create-workflowclj

(create-workflow spec ns workflow-spec)

Create a new workflow.

Create a new workflow.
sourceraw docstring

create-workflow!clj

(create-workflow! spec ns workflow-spec)

Create a new workflow, without spec validation

Create a new workflow, without spec validation
sourceraw docstring

delete-templateclj

(delete-template spec template-name)

Delete Workflow Template by name

Delete Workflow Template by name
sourceraw docstring

delete-workflowclj

(delete-workflow spec workflow-name)
(delete-workflow spec ns workflow-name)

Delete an existing Workflow

Delete an existing Workflow
sourceraw docstring

get-cronjobclj

(get-cronjob spec ns name)
(get-cronjob spec ns name options)

Get cronjob by name

Get cronjob by name
sourceraw docstring

get-event-sourcesclj

(get-event-sources spec ns name)
(get-event-sources spec ns name options)
source

get-events-bindingsclj

(get-events-bindings spec ns)

Retrieve Workflow events binding for the target namespace

Retrieve Workflow events binding for the
target namespace
sourceraw docstring

get-pod-logclj

(get-pod-log spec ns workflow-name pod-name)

Retrieve pod logs

Retrieve pod logs
sourceraw docstring

get-templateclj

(get-template spec template-name)

Retrieve Workflow Template by Name metadata

Retrieve Workflow Template by Name metadata
sourceraw docstring

get-workflowclj

(get-workflow spec workflow-name)
(get-workflow spec ns workflow-name)

Retrieve an existing Workflow

Retrieve an existing Workflow
sourceraw docstring

lint-workflowclj

(lint-workflow spec workflow-spec)
(lint-workflow spec ns workflow-spec)

Lint an existing Workflow

Lint an existing Workflow
sourceraw docstring

list-cronjobsclj

(list-cronjobs spec ns)
(list-cronjobs spec ns options)

List cronjobs for the current namespace

List cronjobs for the current namespace
sourceraw docstring

list-event-sourcesclj

(list-event-sources spec ns)
(list-event-sources spec ns options)
source

list-templatesclj

(list-templates spec)

Retrieve Workflow Templates

Retrieve Workflow Templates
sourceraw docstring

list-workflowsclj

(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
sourceraw docstring

mk-clientclj

(mk-client {:keys [token endpoint]})
source

purge-workflowclj

(purge-workflow spec ns)

Delete all workflows in current namespace

Delete all workflows in current namespace
sourceraw docstring

resubmit-workflowclj

(resubmit-workflow spec ns workflow-name workflow-spec)

Resubmit workflow

Resubmit workflow
sourceraw docstring

resume-cronjobclj

(resume-cronjob spec ns name)
(resume-cronjob spec ns name options)

Resume Cronjob

Resume Cronjob
sourceraw docstring

resume-workflowclj

(resume-workflow spec ns name)
(resume-workflow spec ns name body)

Resume a workflow

Resume a workflow
sourceraw docstring

retry-workflowclj

(retry-workflow spec ns name)
(retry-workflow spec ns name body)

Retry a workflow

Retry a workflow
sourceraw docstring

search-workflowsclj

(search-workflows spec)
(search-workflows spec filters)
(search-workflows spec ns filters)

Search running workflows with labels filters

Search running workflows with labels filters
sourceraw docstring

set-workflowclj

(set-workflow spec ns name body)

Set workflows properties & metadata

Set workflows properties & metadata
sourceraw docstring

stop-workflowclj

(stop-workflow spec workflow-name)
(stop-workflow spec ns workflow-name)

Stop a running workflow

Stop a running workflow
sourceraw docstring

submit-workflowclj

(submit-workflow spec ns workflow-spec)

Submit a new workflow from spec

Submit a new workflow from spec
sourceraw docstring

suspend-cronjobclj

(suspend-cronjob spec ns name)
(suspend-cronjob spec ns name options)

Suspend Cronjob

Suspend Cronjob
sourceraw docstring

suspend-workflowclj

(suspend-workflow spec ns name)
(suspend-workflow spec ns name body)

Suspend a workflow

Suspend a workflow
sourceraw docstring

terminate-workflowclj

(terminate-workflow spec ns name)
(terminate-workflow spec ns name body)

Terminate a workflow

Terminate a workflow
sourceraw docstring

user-infoclj

(user-info spec)

Retrieve User Info

Retrieve User Info
sourceraw docstring

watch-eventsclj

(watch-events spec ns)

Watch namespace events

Create a persistent connection

Watch namespace events

Create a persistent connection
sourceraw docstring

watch-workflowsclj

(watch-workflows spec ns)

Watch nampasce workflows events

Watch nampasce workflows events
sourceraw docstring

workflows-logsclj

(workflows-logs spec ns workflow-name)
(workflows-logs spec ns workflow-name params)

Retrieve Workflows logs

Retrieve Workflows logs
sourceraw docstring

workflows-overviewclj

(workflows-overview spec)
(workflows-overview spec ns)

Return a quick overview of running workflows

Return a quick overview of running workflows
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close