(create-namespaced-job namespace body)
(create-namespaced-job namespace body optional-params)
create a Job
create a Job
(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
(delete-collection-namespaced-job namespace)
(delete-collection-namespaced-job namespace optional-params)
delete collection of Job
delete collection of Job
(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
(delete-namespaced-job name namespace)
(delete-namespaced-job name namespace optional-params)
delete a Job
delete a Job
(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
(get-api-resources)
get available resources
get available resources
(get-api-resources-with-http-info)
get available resources
get available resources
(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
(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
(list-namespaced-job namespace)
(list-namespaced-job namespace optional-params)
list or watch objects of kind Job
list or watch objects of kind Job
(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
(patch-namespaced-job name namespace body)
(patch-namespaced-job name namespace body optional-params)
partially update the specified Job
partially update the specified Job
(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
(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
(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
(read-namespaced-job name namespace)
(read-namespaced-job name namespace optional-params)
read the specified Job
read the specified Job
(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
(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
(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
(replace-namespaced-job name namespace body)
(replace-namespaced-job name namespace body optional-params)
replace the specified Job
replace the specified Job
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close