Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Job |
BatchV1Api.createNamespacedJob(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
create a Job
|
V1Job |
BatchV1Api.patchNamespacedJob(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Job
|
V1Job |
BatchV1Api.patchNamespacedJobStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified Job
|
V1Job |
BatchV1Api.replaceNamespacedJobStatus(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Job
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Job> |
BatchV1Api.createNamespacedJobWithHttpInfo(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
create a Job
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Job
|
Modifier and Type | Method and Description |
---|---|
V1Job |
BatchV1Api.createNamespacedJob(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
create a Job
|
okhttp3.Call |
BatchV1Api.createNamespacedJobAsync(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) create a Job
|
okhttp3.Call |
BatchV1Api.createNamespacedJobCall(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedJob
|
ApiResponse<V1Job> |
BatchV1Api.createNamespacedJobWithHttpInfo(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
create a Job
|
V1Job |
BatchV1Api.replaceNamespacedJob(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobAsync(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) replace the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobCall(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedJob
|
V1Job |
BatchV1Api.replaceNamespacedJobStatus(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobStatusAsync(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) replace status of the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobStatusCall(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Job
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
BatchV1Api.createNamespacedJobAsync(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) create a Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Job> _callback)
(asynchronously) partially update the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Job> _callback)
(asynchronously) partially update status of the specified Job
|
okhttp3.Call |
BatchV1Api.readNamespacedJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Job> _callback)
(asynchronously) read the specified Job
|
okhttp3.Call |
BatchV1Api.readNamespacedJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Job> _callback)
(asynchronously) read status of the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobAsync(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) replace the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobStatusAsync(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) replace status of the specified Job
|
Modifier and Type | Method and Description |
---|---|
V1Job |
V1Job.apiVersion(String apiVersion) |
V1Job |
V1JobBuilder.build() |
V1Job |
V1JobListFluentImpl.buildFirstItem() |
V1Job |
V1JobListFluent.buildFirstItem() |
V1Job |
V1JobListFluentImpl.buildItem(int index) |
V1Job |
V1JobListFluent.buildItem(int index) |
V1Job |
V1JobListFluentImpl.buildLastItem() |
V1Job |
V1JobListFluent.buildLastItem() |
V1Job |
V1JobListFluentImpl.buildMatchingItem(Predicate<V1JobBuilder> predicate) |
V1Job |
V1JobListFluent.buildMatchingItem(Predicate<V1JobBuilder> predicate) |
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> |
V1JobListFluentImpl.buildItems() |
List<V1Job> |
V1JobListFluent.buildItems() |
List<V1Job> |
V1JobListFluentImpl.getItems()
Deprecated.
|
List<V1Job> |
V1JobListFluent.getItems()
Deprecated.
|
List<V1Job> |
V1JobList.getItems()
items is the list of Jobs.
|
Modifier and Type | Method and Description |
---|---|
V1JobList |
V1JobList.addItemsItem(V1Job itemsItem) |
V1JobListFluent.ItemsNested<A> |
V1JobListFluentImpl.addNewItemLike(V1Job item) |
V1JobListFluent.ItemsNested<A> |
V1JobListFluent.addNewItemLike(V1Job item) |
A |
V1JobListFluentImpl.addToItems(int index,
V1Job item) |
A |
V1JobListFluent.addToItems(int index,
V1Job item) |
A |
V1JobListFluentImpl.addToItems(V1Job... items) |
A |
V1JobListFluent.addToItems(V1Job... items) |
A |
V1JobListFluentImpl.removeFromItems(V1Job... items) |
A |
V1JobListFluent.removeFromItems(V1Job... items) |
V1JobListFluent.ItemsNested<A> |
V1JobListFluentImpl.setNewItemLike(int index,
V1Job item) |
V1JobListFluent.ItemsNested<A> |
V1JobListFluent.setNewItemLike(int index,
V1Job item) |
A |
V1JobListFluentImpl.setToItems(int index,
V1Job item) |
A |
V1JobListFluent.setToItems(int index,
V1Job item) |
A |
V1JobListFluentImpl.withItems(V1Job... items) |
A |
V1JobListFluent.withItems(V1Job... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1JobListFluentImpl.addAllToItems(Collection<V1Job> items) |
A |
V1JobListFluent.addAllToItems(Collection<V1Job> items) |
V1JobList |
V1JobList.items(List<V1Job> items) |
A |
V1JobListFluentImpl.removeAllFromItems(Collection<V1Job> items) |
A |
V1JobListFluent.removeAllFromItems(Collection<V1Job> items) |
void |
V1JobList.setItems(List<V1Job> items) |
A |
V1JobListFluentImpl.withItems(List<V1Job> items) |
A |
V1JobListFluent.withItems(List<V1Job> items) |
Constructor and Description |
---|
V1JobBuilder(V1Job instance) |
V1JobBuilder(V1Job instance,
Boolean validationEnabled) |
V1JobBuilder(V1JobFluent<?> fluent,
V1Job instance) |
V1JobBuilder(V1JobFluent<?> fluent,
V1Job instance,
Boolean validationEnabled) |
V1JobFluentImpl(V1Job instance) |
Copyright © 2021. All rights reserved.