Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Pod |
CoreV1Api.createNamespacedPod(String namespace,
V1Pod body,
String pretty)
create a Pod
|
V1Pod |
CoreV1Api.patchNamespacedPod(String name,
String namespace,
Object body,
String pretty)
partially update the specified Pod
|
V1Pod |
CoreV1Api.patchNamespacedPodStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Pod
|
V1Pod |
CoreV1Api.readNamespacedPod(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Pod
|
V1Pod |
CoreV1Api.readNamespacedPodStatus(String name,
String namespace,
String pretty)
read status of the specified Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPod(String name,
String namespace,
V1Pod body,
String pretty)
replace the specified Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty)
replace status of the specified Pod
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Pod> |
CoreV1Api.createNamespacedPodWithHttpInfo(String namespace,
V1Pod body,
String pretty)
create a Pod
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.readNamespacedPodStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.readNamespacedPodWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty)
replace status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty)
replace the specified Pod
|
Modifier and Type | Method and Description |
---|---|
V1Pod |
CoreV1Api.createNamespacedPod(String namespace,
V1Pod body,
String pretty)
create a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
create a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodCall(String namespace,
V1Pod body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPod
|
ApiResponse<V1Pod> |
CoreV1Api.createNamespacedPodWithHttpInfo(String namespace,
V1Pod body,
String pretty)
create a Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPod(String name,
String namespace,
V1Pod body,
String pretty)
replace the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodAsync(String name,
String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
replace the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodCall(String name,
String namespace,
V1Pod body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPod
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty)
replace status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
replace status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodStatusCall(String name,
String namespace,
V1Pod body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty)
replace status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty)
replace the specified Pod
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
create a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
partially update the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
partially update status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Pod> callback)
(asynchronously)
read the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
read status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodAsync(String name,
String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
replace the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
replace status of the specified Pod
|
Modifier and Type | Method and Description |
---|---|
V1Pod |
V1Pod.apiVersion(String apiVersion) |
V1Pod |
V1Pod.kind(String kind) |
V1Pod |
V1Pod.metadata(V1ObjectMeta metadata) |
V1Pod |
V1Pod.spec(V1PodSpec spec) |
V1Pod |
V1Pod.status(V1PodStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Pod> |
V1PodList.getItems()
List of pods.
|
Modifier and Type | Method and Description |
---|---|
V1PodList |
V1PodList.addItemsItem(V1Pod itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1PodList |
V1PodList.items(List<V1Pod> items) |
void |
V1PodList.setItems(List<V1Pod> items) |
Copyright © 2017. All rights reserved.