Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJob |
BatchV2alpha1Api.createNamespacedCronJob(String namespace,
V2alpha1CronJob body,
String pretty)
create a CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJob(String name,
String namespace,
Object body,
String pretty)
partially update the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJobStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedCronJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedCronJobStatus(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJob(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJobStatus(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified CronJob
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.createNamespacedCronJobWithHttpInfo(String namespace,
V2alpha1CronJob body,
String pretty)
create a CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified CronJob
|
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJob |
BatchV2alpha1Api.createNamespacedCronJob(String namespace,
V2alpha1CronJob body,
String pretty)
create a CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.createNamespacedCronJobAsync(String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
create a CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.createNamespacedCronJobCall(String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedCronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.createNamespacedCronJobWithHttpInfo(String namespace,
V2alpha1CronJob body,
String pretty)
create a CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJob(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedCronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJobStatus(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobStatusAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobStatusCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedCronJobStatus
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified CronJob
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
BatchV2alpha1Api.createNamespacedCronJobAsync(String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
create a CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedCronJobAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
partially update the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedCronJobStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
partially update status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedCronJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
read the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedCronJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
read status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobStatusAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace status of the specified CronJob
|
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJob |
V2alpha1CronJob.apiVersion(String apiVersion) |
V2alpha1CronJob |
V2alpha1CronJobBuilder.build() |
V2alpha1CronJob |
V2alpha1CronJobListFluentImpl.buildFirstItem() |
V2alpha1CronJob |
V2alpha1CronJobListFluent.buildFirstItem() |
V2alpha1CronJob |
V2alpha1CronJobListFluentImpl.buildItem(int index) |
V2alpha1CronJob |
V2alpha1CronJobListFluent.buildItem(int index) |
V2alpha1CronJob |
V2alpha1CronJobListFluentImpl.buildLastItem() |
V2alpha1CronJob |
V2alpha1CronJobListFluent.buildLastItem() |
V2alpha1CronJob |
V2alpha1CronJobListFluentImpl.buildMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate) |
V2alpha1CronJob |
V2alpha1CronJobListFluent.buildMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate) |
V2alpha1CronJob |
V2alpha1CronJob.kind(String kind) |
V2alpha1CronJob |
V2alpha1CronJob.metadata(V1ObjectMeta metadata) |
V2alpha1CronJob |
V2alpha1CronJob.spec(V2alpha1CronJobSpec spec) |
V2alpha1CronJob |
V2alpha1CronJob.status(V2alpha1CronJobStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V2alpha1CronJob> |
V2alpha1CronJobListFluentImpl.buildItems() |
List<V2alpha1CronJob> |
V2alpha1CronJobListFluent.buildItems() |
List<V2alpha1CronJob> |
V2alpha1CronJobListFluentImpl.getItems()
Deprecated.
|
List<V2alpha1CronJob> |
V2alpha1CronJobListFluent.getItems()
Deprecated.
|
List<V2alpha1CronJob> |
V2alpha1CronJobList.getItems()
items is the list of CronJobs.
|
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJobList |
V2alpha1CronJobList.addItemsItem(V2alpha1CronJob itemsItem) |
V2alpha1CronJobListFluent.ItemsNested<A> |
V2alpha1CronJobListFluentImpl.addNewItemLike(V2alpha1CronJob item) |
V2alpha1CronJobListFluent.ItemsNested<A> |
V2alpha1CronJobListFluent.addNewItemLike(V2alpha1CronJob item) |
A |
V2alpha1CronJobListFluentImpl.addToItems(int index,
V2alpha1CronJob item) |
A |
V2alpha1CronJobListFluent.addToItems(int index,
V2alpha1CronJob item) |
A |
V2alpha1CronJobListFluentImpl.addToItems(V2alpha1CronJob... items) |
A |
V2alpha1CronJobListFluent.addToItems(V2alpha1CronJob... items) |
A |
V2alpha1CronJobListFluentImpl.removeFromItems(V2alpha1CronJob... items) |
A |
V2alpha1CronJobListFluent.removeFromItems(V2alpha1CronJob... items) |
V2alpha1CronJobListFluent.ItemsNested<A> |
V2alpha1CronJobListFluentImpl.setNewItemLike(int index,
V2alpha1CronJob item) |
V2alpha1CronJobListFluent.ItemsNested<A> |
V2alpha1CronJobListFluent.setNewItemLike(int index,
V2alpha1CronJob item) |
A |
V2alpha1CronJobListFluentImpl.setToItems(int index,
V2alpha1CronJob item) |
A |
V2alpha1CronJobListFluent.setToItems(int index,
V2alpha1CronJob item) |
A |
V2alpha1CronJobListFluentImpl.withItems(V2alpha1CronJob... items) |
A |
V2alpha1CronJobListFluent.withItems(V2alpha1CronJob... items) |
Modifier and Type | Method and Description |
---|---|
A |
V2alpha1CronJobListFluentImpl.addAllToItems(Collection<V2alpha1CronJob> items) |
A |
V2alpha1CronJobListFluent.addAllToItems(Collection<V2alpha1CronJob> items) |
V2alpha1CronJobList |
V2alpha1CronJobList.items(List<V2alpha1CronJob> items) |
A |
V2alpha1CronJobListFluentImpl.removeAllFromItems(Collection<V2alpha1CronJob> items) |
A |
V2alpha1CronJobListFluent.removeAllFromItems(Collection<V2alpha1CronJob> items) |
void |
V2alpha1CronJobList.setItems(List<V2alpha1CronJob> items) |
A |
V2alpha1CronJobListFluentImpl.withItems(List<V2alpha1CronJob> items) |
A |
V2alpha1CronJobListFluent.withItems(List<V2alpha1CronJob> items) |
Constructor and Description |
---|
V2alpha1CronJobBuilder(V2alpha1CronJob instance) |
V2alpha1CronJobBuilder(V2alpha1CronJob instance,
Boolean validationEnabled) |
V2alpha1CronJobBuilder(V2alpha1CronJobFluent<?> fluent,
V2alpha1CronJob instance) |
V2alpha1CronJobBuilder(V2alpha1CronJobFluent<?> fluent,
V2alpha1CronJob instance,
Boolean validationEnabled) |
V2alpha1CronJobFluentImpl(V2alpha1CronJob instance) |
Copyright © 2018. All rights reserved.