Liking cljdoc? Tell your friends :D

clojure-kubernetes-client.api.batch-v1


create-namespaced-jobclj

(create-namespaced-job namespace body)
(create-namespaced-job namespace body optional-params)

create a Job

create a Job
sourceraw docstring

create-namespaced-job-with-http-infoclj

(create-namespaced-job-with-http-info namespace body)
(create-namespaced-job-with-http-info namespace
                                      body
                                      {:keys [pretty dryRun fieldManager]})

create a Job

create a Job
sourceraw docstring

delete-collection-namespaced-jobclj

(delete-collection-namespaced-job namespace)
(delete-collection-namespaced-job namespace optional-params)

delete collection of Job

delete collection of Job
sourceraw docstring

delete-collection-namespaced-job-with-http-infoclj

(delete-collection-namespaced-job-with-http-info namespace)
(delete-collection-namespaced-job-with-http-info
  namespace
  {:keys [pretty continue fieldSelector labelSelector limit resourceVersion
          timeoutSeconds watch]})

delete collection of Job

delete collection of Job
sourceraw docstring

delete-namespaced-jobclj

(delete-namespaced-job name namespace)
(delete-namespaced-job name namespace optional-params)

delete a Job

delete a Job
sourceraw docstring

delete-namespaced-job-with-http-infoclj

(delete-namespaced-job-with-http-info name namespace)
(delete-namespaced-job-with-http-info name
                                      namespace
                                      {:keys [pretty dryRun gracePeriodSeconds
                                              orphanDependents propagationPolicy
                                              body]})

delete a Job

delete a Job
sourceraw docstring

get-api-resourcesclj

(get-api-resources)

get available resources

get available resources
sourceraw docstring

get-api-resources-with-http-infoclj

(get-api-resources-with-http-info)

get available resources

get available resources
sourceraw docstring

list-job-for-all-namespacesclj

(list-job-for-all-namespaces)
(list-job-for-all-namespaces optional-params)

list or watch objects of kind Job

list or watch objects of kind Job
sourceraw docstring

list-job-for-all-namespaces-with-http-infoclj

(list-job-for-all-namespaces-with-http-info)
(list-job-for-all-namespaces-with-http-info
  {:keys [continue fieldSelector labelSelector limit pretty resourceVersion
          timeoutSeconds watch]})

list or watch objects of kind Job

list or watch objects of kind Job
sourceraw docstring

list-namespaced-jobclj

(list-namespaced-job namespace)
(list-namespaced-job namespace optional-params)

list or watch objects of kind Job

list or watch objects of kind Job
sourceraw docstring

list-namespaced-job-with-http-infoclj

(list-namespaced-job-with-http-info namespace)
(list-namespaced-job-with-http-info namespace
                                    {:keys [pretty continue fieldSelector
                                            labelSelector limit resourceVersion
                                            timeoutSeconds watch]})

list or watch objects of kind Job

list or watch objects of kind Job
sourceraw docstring

patch-namespaced-jobclj

(patch-namespaced-job name namespace body)
(patch-namespaced-job name namespace body optional-params)

partially update the specified Job

partially update the specified Job
sourceraw docstring

patch-namespaced-job-statusclj

(patch-namespaced-job-status name namespace body)
(patch-namespaced-job-status name namespace body optional-params)

partially update status of the specified Job

partially update status of the specified Job
sourceraw docstring

patch-namespaced-job-status-with-http-infoclj

(patch-namespaced-job-status-with-http-info name namespace body)
(patch-namespaced-job-status-with-http-info name
                                            namespace
                                            body
                                            {:keys [pretty dryRun fieldManager
                                                    force]})

partially update status of the specified Job

partially update status of the specified Job
sourceraw docstring

patch-namespaced-job-with-http-infoclj

(patch-namespaced-job-with-http-info name namespace body)
(patch-namespaced-job-with-http-info name
                                     namespace
                                     body
                                     {:keys [pretty dryRun fieldManager force]})

partially update the specified Job

partially update the specified Job
sourceraw docstring

read-namespaced-jobclj

(read-namespaced-job name namespace)
(read-namespaced-job name namespace optional-params)

read the specified Job

read the specified Job
sourceraw docstring

read-namespaced-job-statusclj

(read-namespaced-job-status name namespace)
(read-namespaced-job-status name namespace optional-params)

read status of the specified Job

read status of the specified Job
sourceraw docstring

read-namespaced-job-status-with-http-infoclj

(read-namespaced-job-status-with-http-info name namespace)
(read-namespaced-job-status-with-http-info name namespace {:keys [pretty]})

read status of the specified Job

read status of the specified Job
sourceraw docstring

read-namespaced-job-with-http-infoclj

(read-namespaced-job-with-http-info name namespace)
(read-namespaced-job-with-http-info name
                                    namespace
                                    {:keys [pretty exact export]})

read the specified Job

read the specified Job
sourceraw docstring

replace-namespaced-jobclj

(replace-namespaced-job name namespace body)
(replace-namespaced-job name namespace body optional-params)

replace the specified Job

replace the specified Job
sourceraw docstring

replace-namespaced-job-statusclj

(replace-namespaced-job-status name namespace body)
(replace-namespaced-job-status name namespace body optional-params)

replace status of the specified Job

replace status of the specified Job
sourceraw docstring

replace-namespaced-job-status-with-http-infoclj

(replace-namespaced-job-status-with-http-info name namespace body)
(replace-namespaced-job-status-with-http-info name
                                              namespace
                                              body
                                              {:keys [pretty dryRun
                                                      fieldManager]})

replace status of the specified Job

replace status of the specified Job
sourceraw docstring

replace-namespaced-job-with-http-infoclj

(replace-namespaced-job-with-http-info name namespace body)
(replace-namespaced-job-with-http-info name
                                       namespace
                                       body
                                       {:keys [pretty dryRun fieldManager]})

replace the specified Job

replace the specified Job
sourceraw docstring

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

× close