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)
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,
Boolean force)
partially update the specified Pod
|
V1Pod |
CoreV1Api.patchNamespacedPodStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
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)
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.patchNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
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,
Boolean force)
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,
String dryRun,
String fieldManager)
replace status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Pod
|
Modifier and Type | Method and Description |
---|---|
V1Pod |
CoreV1Api.createNamespacedPod(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
create a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Pod> _callback)
(asynchronously) create a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodCall(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedPod
|
ApiResponse<V1Pod> |
CoreV1Api.createNamespacedPodWithHttpInfo(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
create a Pod
|
V1Pod |
CoreV1Api.replaceNamespacedPod(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Pod> _callback)
(asynchronously) replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodCall(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPod
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
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,
ApiCallback _callback)
Build call for replaceNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Pod
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Pod
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
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,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update status of the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Pod> _callback)
(asynchronously) read 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,
ApiCallback<V1Pod> _callback)
(asynchronously) replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Pod> _callback)
(asynchronously) replace status of the specified Pod
|
Modifier and Type | Method and Description |
---|---|
V1Pod |
V1Pod.apiVersion(String apiVersion) |
V1Pod |
V1PodBuilder.build() |
V1Pod |
V1PodListFluentImpl.buildFirstItem() |
V1Pod |
V1PodListFluent.buildFirstItem() |
V1Pod |
V1PodListFluentImpl.buildItem(int index) |
V1Pod |
V1PodListFluent.buildItem(int index) |
V1Pod |
V1PodListFluentImpl.buildLastItem() |
V1Pod |
V1PodListFluent.buildLastItem() |
V1Pod |
V1PodListFluentImpl.buildMatchingItem(Predicate<V1PodBuilder> predicate) |
V1Pod |
V1PodListFluent.buildMatchingItem(Predicate<V1PodBuilder> predicate) |
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> |
V1PodListFluentImpl.buildItems() |
List<V1Pod> |
V1PodListFluent.buildItems() |
List<V1Pod> |
V1PodListFluentImpl.getItems()
Deprecated.
|
List<V1Pod> |
V1PodListFluent.getItems()
Deprecated.
|
List<V1Pod> |
V1PodList.getItems()
List of pods.
|
Modifier and Type | Method and Description |
---|---|
V1PodList |
V1PodList.addItemsItem(V1Pod itemsItem) |
V1PodListFluent.ItemsNested<A> |
V1PodListFluentImpl.addNewItemLike(V1Pod item) |
V1PodListFluent.ItemsNested<A> |
V1PodListFluent.addNewItemLike(V1Pod item) |
A |
V1PodListFluentImpl.addToItems(int index,
V1Pod item) |
A |
V1PodListFluent.addToItems(int index,
V1Pod item) |
A |
V1PodListFluentImpl.addToItems(V1Pod... items) |
A |
V1PodListFluent.addToItems(V1Pod... items) |
A |
V1PodListFluentImpl.removeFromItems(V1Pod... items) |
A |
V1PodListFluent.removeFromItems(V1Pod... items) |
V1PodListFluent.ItemsNested<A> |
V1PodListFluentImpl.setNewItemLike(int index,
V1Pod item) |
V1PodListFluent.ItemsNested<A> |
V1PodListFluent.setNewItemLike(int index,
V1Pod item) |
A |
V1PodListFluentImpl.setToItems(int index,
V1Pod item) |
A |
V1PodListFluent.setToItems(int index,
V1Pod item) |
A |
V1PodListFluentImpl.withItems(V1Pod... items) |
A |
V1PodListFluent.withItems(V1Pod... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1PodListFluentImpl.addAllToItems(Collection<V1Pod> items) |
A |
V1PodListFluent.addAllToItems(Collection<V1Pod> items) |
V1PodList |
V1PodList.items(List<V1Pod> items) |
A |
V1PodListFluentImpl.removeAllFromItems(Collection<V1Pod> items) |
A |
V1PodListFluent.removeAllFromItems(Collection<V1Pod> items) |
void |
V1PodList.setItems(List<V1Pod> items) |
A |
V1PodListFluentImpl.withItems(List<V1Pod> items) |
A |
V1PodListFluent.withItems(List<V1Pod> items) |
Constructor and Description |
---|
V1PodBuilder(V1Pod instance) |
V1PodBuilder(V1Pod instance,
Boolean validationEnabled) |
V1PodBuilder(V1PodFluent<?> fluent,
V1Pod instance) |
V1PodBuilder(V1PodFluent<?> fluent,
V1Pod instance,
Boolean validationEnabled) |
V1PodFluentImpl(V1Pod instance) |
Copyright © 2021. All rights reserved.