| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta2Deployment |
AppsV1beta2Api.createNamespacedDeployment(String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
V1beta2Deployment |
AppsV1beta2Api.patchNamespacedDeployment(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
V1beta2Deployment |
AppsV1beta2Api.patchNamespacedDeploymentStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
V1beta2Deployment |
AppsV1beta2Api.readNamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
V1beta2Deployment |
AppsV1beta2Api.readNamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
V1beta2Deployment |
AppsV1beta2Api.replaceNamespacedDeployment(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
V1beta2Deployment |
AppsV1beta2Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.createNamespacedDeploymentWithHttpInfo(String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.readNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.readNamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
| Modifier and Type | Method and Description |
|---|---|
V1beta2Deployment |
AppsV1beta2Api.createNamespacedDeployment(String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
okhttp3.Call |
AppsV1beta2Api.createNamespacedDeploymentAsync(String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) create a Deployment
|
okhttp3.Call |
AppsV1beta2Api.createNamespacedDeploymentCall(String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedDeployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.createNamespacedDeploymentWithHttpInfo(String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
V1beta2Deployment |
AppsV1beta2Api.replaceNamespacedDeployment(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) replace the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.replaceNamespacedDeploymentCall(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDeployment
|
V1beta2Deployment |
AppsV1beta2Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) replace status of the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.replaceNamespacedDeploymentStatusCall(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDeploymentStatus
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
ApiResponse<V1beta2Deployment> |
AppsV1beta2Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AppsV1beta2Api.createNamespacedDeploymentAsync(String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) create a Deployment
|
okhttp3.Call |
AppsV1beta2Api.patchNamespacedDeploymentAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) partially update the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.patchNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) partially update status of the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.readNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) read the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.readNamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) read status of the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) replace the specified Deployment
|
okhttp3.Call |
AppsV1beta2Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
V1beta2Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta2Deployment> _callback)
(asynchronously) replace status of the specified Deployment
|
| Modifier and Type | Method and Description |
|---|---|
List<V1beta2Deployment> |
V1beta2DeploymentListFluent.buildItems() |
List<V1beta2Deployment> |
V1beta2DeploymentListFluentImpl.buildItems() |
List<V1beta2Deployment> |
V1beta2DeploymentListFluent.getItems()
Deprecated.
|
List<V1beta2Deployment> |
V1beta2DeploymentListFluentImpl.getItems()
Deprecated.
|
List<V1beta2Deployment> |
V1beta2DeploymentList.getItems()
Items is the list of Deployments.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta2DeploymentList |
V1beta2DeploymentList.addItemsItem(V1beta2Deployment itemsItem) |
V1beta2DeploymentListFluent.ItemsNested<A> |
V1beta2DeploymentListFluent.addNewItemLike(V1beta2Deployment item) |
V1beta2DeploymentListFluent.ItemsNested<A> |
V1beta2DeploymentListFluentImpl.addNewItemLike(V1beta2Deployment item) |
A |
V1beta2DeploymentListFluent.addToItems(int index,
V1beta2Deployment item) |
A |
V1beta2DeploymentListFluentImpl.addToItems(int index,
V1beta2Deployment item) |
A |
V1beta2DeploymentListFluent.addToItems(V1beta2Deployment... items) |
A |
V1beta2DeploymentListFluentImpl.addToItems(V1beta2Deployment... items) |
A |
V1beta2DeploymentListFluent.removeFromItems(V1beta2Deployment... items) |
A |
V1beta2DeploymentListFluentImpl.removeFromItems(V1beta2Deployment... items) |
V1beta2DeploymentListFluent.ItemsNested<A> |
V1beta2DeploymentListFluent.setNewItemLike(int index,
V1beta2Deployment item) |
V1beta2DeploymentListFluent.ItemsNested<A> |
V1beta2DeploymentListFluentImpl.setNewItemLike(int index,
V1beta2Deployment item) |
A |
V1beta2DeploymentListFluent.setToItems(int index,
V1beta2Deployment item) |
A |
V1beta2DeploymentListFluentImpl.setToItems(int index,
V1beta2Deployment item) |
A |
V1beta2DeploymentListFluent.withItems(V1beta2Deployment... items) |
A |
V1beta2DeploymentListFluentImpl.withItems(V1beta2Deployment... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1beta2DeploymentListFluent.addAllToItems(Collection<V1beta2Deployment> items) |
A |
V1beta2DeploymentListFluentImpl.addAllToItems(Collection<V1beta2Deployment> items) |
V1beta2DeploymentList |
V1beta2DeploymentList.items(List<V1beta2Deployment> items) |
A |
V1beta2DeploymentListFluent.removeAllFromItems(Collection<V1beta2Deployment> items) |
A |
V1beta2DeploymentListFluentImpl.removeAllFromItems(Collection<V1beta2Deployment> items) |
void |
V1beta2DeploymentList.setItems(List<V1beta2Deployment> items) |
A |
V1beta2DeploymentListFluent.withItems(List<V1beta2Deployment> items) |
A |
V1beta2DeploymentListFluentImpl.withItems(List<V1beta2Deployment> items) |
| Constructor and Description |
|---|
V1beta2DeploymentBuilder(V1beta2Deployment instance) |
V1beta2DeploymentBuilder(V1beta2Deployment instance,
Boolean validationEnabled) |
V1beta2DeploymentBuilder(V1beta2DeploymentFluent<?> fluent,
V1beta2Deployment instance) |
V1beta2DeploymentBuilder(V1beta2DeploymentFluent<?> fluent,
V1beta2Deployment instance,
Boolean validationEnabled) |
V1beta2DeploymentFluentImpl(V1beta2Deployment instance) |
Copyright © 2020. All rights reserved.