public class BatchV1Api extends Object
Constructor and Description |
---|
BatchV1Api() |
BatchV1Api(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
V1Job |
createNamespacedJob(String namespace,
V1Job body,
String pretty)
create a Job
|
com.squareup.okhttp.Call |
createNamespacedJobAsync(String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
create a Job
|
com.squareup.okhttp.Call |
createNamespacedJobCall(String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedJob
|
ApiResponse<V1Job> |
createNamespacedJobWithHttpInfo(String namespace,
V1Job body,
String pretty)
create a Job
|
V1Status |
deleteCollectionNamespacedJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Job
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Job
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedJob
|
ApiResponse<V1Status> |
deleteCollectionNamespacedJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Job
|
V1Status |
deleteNamespacedJob(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Job
|
com.squareup.okhttp.Call |
deleteNamespacedJobAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Job
|
com.squareup.okhttp.Call |
deleteNamespacedJobCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedJob
|
ApiResponse<V1Status> |
deleteNamespacedJobWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Job
|
ApiClient |
getApiClient() |
V1APIResourceList |
getAPIResources()
get available resources
|
com.squareup.okhttp.Call |
getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
ApiResponse<V1APIResourceList> |
getAPIResourcesWithHttpInfo()
get available resources
|
V1JobList |
listJobForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
listJobForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> callback)
(asynchronously)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
listJobForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listJobForAllNamespaces
|
ApiResponse<V1JobList> |
listJobForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
V1JobList |
listNamespacedJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
listNamespacedJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> callback)
(asynchronously)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
listNamespacedJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedJob
|
ApiResponse<V1JobList> |
listNamespacedJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
V1Job |
patchNamespacedJob(String name,
String namespace,
Object body,
String pretty)
partially update the specified Job
|
com.squareup.okhttp.Call |
patchNamespacedJobAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
partially update the specified Job
|
com.squareup.okhttp.Call |
patchNamespacedJobCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedJob
|
V1Job |
patchNamespacedJobStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Job
|
com.squareup.okhttp.Call |
patchNamespacedJobStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
partially update status of the specified Job
|
com.squareup.okhttp.Call |
patchNamespacedJobStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedJobStatus
|
ApiResponse<V1Job> |
patchNamespacedJobStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Job
|
ApiResponse<V1Job> |
patchNamespacedJobWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Job
|
V1Job |
readNamespacedJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
com.squareup.okhttp.Call |
readNamespacedJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Job> callback)
(asynchronously)
read the specified Job
|
com.squareup.okhttp.Call |
readNamespacedJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedJob
|
V1Job |
readNamespacedJobStatus(String name,
String namespace,
String pretty)
read status of the specified Job
|
com.squareup.okhttp.Call |
readNamespacedJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
read status of the specified Job
|
com.squareup.okhttp.Call |
readNamespacedJobStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedJobStatus
|
ApiResponse<V1Job> |
readNamespacedJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Job
|
ApiResponse<V1Job> |
readNamespacedJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
V1Job |
replaceNamespacedJob(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
com.squareup.okhttp.Call |
replaceNamespacedJobAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace the specified Job
|
com.squareup.okhttp.Call |
replaceNamespacedJobCall(String name,
String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedJob
|
V1Job |
replaceNamespacedJobStatus(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
com.squareup.okhttp.Call |
replaceNamespacedJobStatusAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace status of the specified Job
|
com.squareup.okhttp.Call |
replaceNamespacedJobStatusCall(String name,
String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedJobStatus
|
ApiResponse<V1Job> |
replaceNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
ApiResponse<V1Job> |
replaceNamespacedJobWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
void |
setApiClient(ApiClient apiClient) |
public BatchV1Api()
public BatchV1Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createNamespacedJobCall(String namespace, V1Job body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Job createNamespacedJob(String namespace, V1Job body, String pretty) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Job> createNamespacedJobWithHttpInfo(String namespace, V1Job body, String pretty) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createNamespacedJobAsync(String namespace, V1Job body, String pretty, ApiCallback<V1Job> callback) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteCollectionNamespacedJobCall(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Status deleteCollectionNamespacedJob(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Status> deleteCollectionNamespacedJobWithHttpInfo(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteCollectionNamespacedJobAsync(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1Status> callback) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteNamespacedJobCall(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Status deleteNamespacedJob(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Status> deleteNamespacedJobWithHttpInfo(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteNamespacedJobAsync(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ApiCallback<V1Status> callback) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1APIResourceList getAPIResources() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1APIResourceList> getAPIResourcesWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback) throws ApiException
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listJobForAllNamespacesCall(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty
- If 'true', then the output is pretty printed. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1JobList listJobForAllNamespaces(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty
- If 'true', then the output is pretty printed. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1JobList> listJobForAllNamespacesWithHttpInfo(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty
- If 'true', then the output is pretty printed. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listJobForAllNamespacesAsync(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1JobList> callback) throws ApiException
fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty
- If 'true', then the output is pretty printed. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listNamespacedJobCall(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1JobList listNamespacedJob(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1JobList> listNamespacedJobWithHttpInfo(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listNamespacedJobAsync(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1JobList> callback) throws ApiException
namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds
- Timeout for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call patchNamespacedJobCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Job patchNamespacedJob(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Job> patchNamespacedJobWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchNamespacedJobAsync(String name, String namespace, Object body, String pretty, ApiCallback<V1Job> callback) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call patchNamespacedJobStatusCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Job patchNamespacedJobStatus(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Job> patchNamespacedJobStatusWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchNamespacedJobStatusAsync(String name, String namespace, Object body, String pretty, ApiCallback<V1Job> callback) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readNamespacedJobCall(String name, String namespace, String pretty, Boolean exact, Boolean export, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Job readNamespacedJob(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Job> readNamespacedJobWithHttpInfo(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readNamespacedJobAsync(String name, String namespace, String pretty, Boolean exact, Boolean export, ApiCallback<V1Job> callback) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readNamespacedJobStatusCall(String name, String namespace, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Job readNamespacedJobStatus(String name, String namespace, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Job> readNamespacedJobStatusWithHttpInfo(String name, String namespace, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readNamespacedJobStatusAsync(String name, String namespace, String pretty, ApiCallback<V1Job> callback) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)pretty
- If 'true', then the output is pretty printed. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceNamespacedJobCall(String name, String namespace, V1Job body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Job replaceNamespacedJob(String name, String namespace, V1Job body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Job> replaceNamespacedJobWithHttpInfo(String name, String namespace, V1Job body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceNamespacedJobAsync(String name, String namespace, V1Job body, String pretty, ApiCallback<V1Job> callback) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceNamespacedJobStatusCall(String name, String namespace, V1Job body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic V1Job replaceNamespacedJobStatus(String name, String namespace, V1Job body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Job> replaceNamespacedJobStatusWithHttpInfo(String name, String namespace, V1Job body, String pretty) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceNamespacedJobStatusAsync(String name, String namespace, V1Job body, String pretty, ApiCallback<V1Job> callback) throws ApiException
name
- name of the Job (required)namespace
- object name and auth scope, such as for teams and projects (required)body
- (required)pretty
- If 'true', then the output is pretty printed. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2017. All rights reserved.