Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Job |
BatchV1Api.createNamespacedJob(String namespace,
V1Job body,
String pretty)
create a Job
|
V1Job |
BatchV1Api.patchNamespacedJob(String name,
String namespace,
Object body,
String pretty)
partially update the specified Job
|
V1Job |
BatchV1Api.patchNamespacedJobStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Job
|
V1Job |
BatchV1Api.readNamespacedJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
V1Job |
BatchV1Api.readNamespacedJobStatus(String name,
String namespace,
String pretty)
read status of the specified Job
|
V1Job |
BatchV1Api.replaceNamespacedJob(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
V1Job |
BatchV1Api.replaceNamespacedJobStatus(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Job> |
BatchV1Api.createNamespacedJobWithHttpInfo(String namespace,
V1Job body,
String pretty)
create a Job
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.readNamespacedJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.readNamespacedJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
Modifier and Type | Method and Description |
---|---|
V1Job |
BatchV1Api.createNamespacedJob(String namespace,
V1Job body,
String pretty)
create a Job
|
com.squareup.okhttp.Call |
BatchV1Api.createNamespacedJobAsync(String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
create a Job
|
com.squareup.okhttp.Call |
BatchV1Api.createNamespacedJobCall(String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedJob
|
ApiResponse<V1Job> |
BatchV1Api.createNamespacedJobWithHttpInfo(String namespace,
V1Job body,
String pretty)
create a Job
|
V1Job |
BatchV1Api.replaceNamespacedJob(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobCall(String name,
String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedJob
|
V1Job |
BatchV1Api.replaceNamespacedJobStatus(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobStatusAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobStatusCall(String name,
String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
BatchV1Api.createNamespacedJobAsync(String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
create a Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchNamespacedJobAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
partially update the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchNamespacedJobStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
partially update status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readNamespacedJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Job> callback)
(asynchronously)
read the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readNamespacedJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
read status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobStatusAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace status of the specified Job
|
Modifier and Type | Method and Description |
---|---|
V1Job |
V1Job.apiVersion(String apiVersion) |
V1Job |
V1Job.kind(String kind) |
V1Job |
V1Job.metadata(V1ObjectMeta metadata) |
V1Job |
V1Job.spec(V1JobSpec spec) |
V1Job |
V1Job.status(V1JobStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Job> |
V1JobList.getItems()
items is the list of Jobs.
|
Modifier and Type | Method and Description |
---|---|
V1JobList |
V1JobList.addItemsItem(V1Job itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1JobList |
V1JobList.items(List<V1Job> items) |
void |
V1JobList.setItems(List<V1Job> items) |
Copyright © 2018. All rights reserved.