Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Pod |
CoreV1Api.createNamespacedPod(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Pod
|
V1Pod |
CoreV1Api.deleteNamespacedPod(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Pod
|
V1Pod |
CoreV1Api.patchNamespacedPod(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified Pod
|
V1Pod |
CoreV1Api.patchNamespacedPodEphemeralcontainers(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update ephemeralcontainers of the specified Pod
|
V1Pod |
CoreV1Api.patchNamespacedPodStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified Pod
|
V1Pod |
CoreV1Api.readNamespacedPod(String name,
String namespace,
String pretty)
read the specified Pod
|
V1Pod |
CoreV1Api.readNamespacedPodEphemeralcontainers(String name,
String namespace,
String pretty)
read ephemeralcontainers of 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,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPodEphemeralcontainers(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace ephemeralcontainers of the specified Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Pod
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Pod> |
CoreV1Api.createNamespacedPodWithHttpInfo(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Pod
|
ApiResponse<V1Pod> |
CoreV1Api.deleteNamespacedPodWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Pod
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodEphemeralcontainersWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update ephemeralcontainers of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.readNamespacedPodEphemeralcontainersWithHttpInfo(String name,
String namespace,
String pretty)
read ephemeralcontainers of 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)
read the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodEphemeralcontainersWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace ephemeralcontainers of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Pod
|
Modifier and Type | Method and Description |
---|---|
V1Pod |
CoreV1Api.createNamespacedPod(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Pod> _callback)
(asynchronously) create a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodCall(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createNamespacedPod
|
ApiResponse<V1Pod> |
CoreV1Api.createNamespacedPodWithHttpInfo(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPod(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Pod> _callback)
(asynchronously) replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodCall(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedPod
|
V1Pod |
CoreV1Api.replaceNamespacedPodEphemeralcontainers(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace ephemeralcontainers of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodEphemeralcontainersAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Pod> _callback)
(asynchronously) replace ephemeralcontainers of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodEphemeralcontainersCall(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedPodEphemeralcontainers
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodEphemeralcontainersWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace ephemeralcontainers of the specified Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Pod> _callback)
(asynchronously) replace status of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodStatusCall(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Pod
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Pod> _callback)
(asynchronously) create a Pod
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPodAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Pod> _callback)
(asynchronously) delete a Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodEphemeralcontainersAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update ephemeralcontainers of the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update status of the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Pod> _callback)
(asynchronously) read the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodEphemeralcontainersAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Pod> _callback)
(asynchronously) read ephemeralcontainers of the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Pod> _callback)
(asynchronously) read status of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Pod> _callback)
(asynchronously) replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodEphemeralcontainersAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Pod> _callback)
(asynchronously) replace ephemeralcontainers of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
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 © 2022. All rights reserved.