Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1Eviction |
CoreV1Api.createNamespacedPodEviction(String name,
String namespace,
V1beta1Eviction body,
String pretty)
create eviction of a Pod
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1Eviction> |
CoreV1Api.createNamespacedPodEvictionWithHttpInfo(String name,
String namespace,
V1beta1Eviction body,
String pretty)
create eviction of a Pod
|
Modifier and Type | Method and Description |
---|---|
V1beta1Eviction |
CoreV1Api.createNamespacedPodEviction(String name,
String namespace,
V1beta1Eviction body,
String pretty)
create eviction of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodEvictionAsync(String name,
String namespace,
V1beta1Eviction body,
String pretty,
ApiCallback<V1beta1Eviction> callback)
(asynchronously)
create eviction of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodEvictionCall(String name,
String namespace,
V1beta1Eviction body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodEviction
|
ApiResponse<V1beta1Eviction> |
CoreV1Api.createNamespacedPodEvictionWithHttpInfo(String name,
String namespace,
V1beta1Eviction body,
String pretty)
create eviction of a Pod
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodEvictionAsync(String name,
String namespace,
V1beta1Eviction body,
String pretty,
ApiCallback<V1beta1Eviction> callback)
(asynchronously)
create eviction of a Pod
|
Modifier and Type | Method and Description |
---|---|
V1beta1Eviction |
V1beta1Eviction.apiVersion(String apiVersion) |
V1beta1Eviction |
V1beta1Eviction.deleteOptions(V1DeleteOptions deleteOptions) |
V1beta1Eviction |
V1beta1Eviction.kind(String kind) |
V1beta1Eviction |
V1beta1Eviction.metadata(V1ObjectMeta metadata) |
Copyright © 2018. All rights reserved.