Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Deployment |
AppsV1Api.createNamespacedDeployment(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
V1Deployment |
AppsV1Api.patchNamespacedDeployment(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
V1Deployment |
AppsV1Api.patchNamespacedDeploymentStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
V1Deployment |
AppsV1Api.readNamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
V1Deployment |
AppsV1Api.readNamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeployment(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Deployment> |
AppsV1Api.createNamespacedDeploymentWithHttpInfo(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.readNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.readNamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
V1Deployment |
AppsV1Api.createNamespacedDeployment(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
okhttp3.Call |
AppsV1Api.createNamespacedDeploymentAsync(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) create a Deployment
|
okhttp3.Call |
AppsV1Api.createNamespacedDeploymentCall(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedDeployment
|
ApiResponse<V1Deployment> |
AppsV1Api.createNamespacedDeploymentWithHttpInfo(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeployment(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) replace the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentCall(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDeployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) replace status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentStatusCall(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDeploymentStatus
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AppsV1Api.createNamespacedDeploymentAsync(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) create a Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Deployment> _callback)
(asynchronously) partially update the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Deployment> _callback)
(asynchronously) partially update status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Deployment> _callback)
(asynchronously) read the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Deployment> _callback)
(asynchronously) read status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) replace the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) replace status of the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
V1Deployment |
V1Deployment.apiVersion(String apiVersion) |
V1Deployment |
V1DeploymentBuilder.build() |
V1Deployment |
V1DeploymentListFluent.buildFirstItem() |
V1Deployment |
V1DeploymentListFluentImpl.buildFirstItem() |
V1Deployment |
V1DeploymentListFluent.buildItem(int index) |
V1Deployment |
V1DeploymentListFluentImpl.buildItem(int index) |
V1Deployment |
V1DeploymentListFluent.buildLastItem() |
V1Deployment |
V1DeploymentListFluentImpl.buildLastItem() |
V1Deployment |
V1DeploymentListFluent.buildMatchingItem(Predicate<V1DeploymentBuilder> predicate) |
V1Deployment |
V1DeploymentListFluentImpl.buildMatchingItem(Predicate<V1DeploymentBuilder> predicate) |
V1Deployment |
V1Deployment.kind(String kind) |
V1Deployment |
V1Deployment.metadata(V1ObjectMeta metadata) |
V1Deployment |
V1Deployment.spec(V1DeploymentSpec spec) |
V1Deployment |
V1Deployment.status(V1DeploymentStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Deployment> |
V1DeploymentListFluent.buildItems() |
List<V1Deployment> |
V1DeploymentListFluentImpl.buildItems() |
List<V1Deployment> |
V1DeploymentListFluent.getItems()
Deprecated.
|
List<V1Deployment> |
V1DeploymentListFluentImpl.getItems()
Deprecated.
|
List<V1Deployment> |
V1DeploymentList.getItems()
Items is the list of Deployments.
|
Modifier and Type | Method and Description |
---|---|
V1DeploymentList |
V1DeploymentList.addItemsItem(V1Deployment itemsItem) |
V1DeploymentListFluent.ItemsNested<A> |
V1DeploymentListFluent.addNewItemLike(V1Deployment item) |
V1DeploymentListFluent.ItemsNested<A> |
V1DeploymentListFluentImpl.addNewItemLike(V1Deployment item) |
A |
V1DeploymentListFluent.addToItems(int index,
V1Deployment item) |
A |
V1DeploymentListFluentImpl.addToItems(int index,
V1Deployment item) |
A |
V1DeploymentListFluent.addToItems(V1Deployment... items) |
A |
V1DeploymentListFluentImpl.addToItems(V1Deployment... items) |
A |
V1DeploymentListFluent.removeFromItems(V1Deployment... items) |
A |
V1DeploymentListFluentImpl.removeFromItems(V1Deployment... items) |
V1DeploymentListFluent.ItemsNested<A> |
V1DeploymentListFluent.setNewItemLike(int index,
V1Deployment item) |
V1DeploymentListFluent.ItemsNested<A> |
V1DeploymentListFluentImpl.setNewItemLike(int index,
V1Deployment item) |
A |
V1DeploymentListFluent.setToItems(int index,
V1Deployment item) |
A |
V1DeploymentListFluentImpl.setToItems(int index,
V1Deployment item) |
A |
V1DeploymentListFluent.withItems(V1Deployment... items) |
A |
V1DeploymentListFluentImpl.withItems(V1Deployment... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1DeploymentListFluent.addAllToItems(Collection<V1Deployment> items) |
A |
V1DeploymentListFluentImpl.addAllToItems(Collection<V1Deployment> items) |
V1DeploymentList |
V1DeploymentList.items(List<V1Deployment> items) |
A |
V1DeploymentListFluent.removeAllFromItems(Collection<V1Deployment> items) |
A |
V1DeploymentListFluentImpl.removeAllFromItems(Collection<V1Deployment> items) |
void |
V1DeploymentList.setItems(List<V1Deployment> items) |
A |
V1DeploymentListFluent.withItems(List<V1Deployment> items) |
A |
V1DeploymentListFluentImpl.withItems(List<V1Deployment> items) |
Constructor and Description |
---|
V1DeploymentBuilder(V1Deployment instance) |
V1DeploymentBuilder(V1Deployment instance,
Boolean validationEnabled) |
V1DeploymentBuilder(V1DeploymentFluent<?> fluent,
V1Deployment instance) |
V1DeploymentBuilder(V1DeploymentFluent<?> fluent,
V1Deployment instance,
Boolean validationEnabled) |
V1DeploymentFluentImpl(V1Deployment instance) |
Copyright © 2020. All rights reserved.