Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Deployment |
AppsV1Api.createNamespacedDeployment(String namespace,
V1Deployment body,
String pretty)
create a Deployment
|
V1Deployment |
AppsV1Api.patchNamespacedDeployment(String name,
String namespace,
Object body,
String pretty)
partially update the specified Deployment
|
V1Deployment |
AppsV1Api.patchNamespacedDeploymentStatus(String name,
String namespace,
Object body,
String pretty)
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)
replace the specified Deployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
V1Deployment body,
String pretty)
replace status of the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Deployment> |
AppsV1Api.createNamespacedDeploymentWithHttpInfo(String namespace,
V1Deployment body,
String pretty)
create a Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
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)
replace status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty)
replace the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
V1Deployment |
AppsV1Api.createNamespacedDeployment(String namespace,
V1Deployment body,
String pretty)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.createNamespacedDeploymentAsync(String namespace,
V1Deployment body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.createNamespacedDeploymentCall(String namespace,
V1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeployment
|
ApiResponse<V1Deployment> |
AppsV1Api.createNamespacedDeploymentWithHttpInfo(String namespace,
V1Deployment body,
String pretty)
create a Deployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeployment(String name,
String namespace,
V1Deployment body,
String pretty)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
V1Deployment body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentCall(String name,
String namespace,
V1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
V1Deployment body,
String pretty)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Deployment body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentStatusCall(String name,
String namespace,
V1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentStatus
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty)
replace status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty)
replace the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
AppsV1Api.createNamespacedDeploymentAsync(String namespace,
V1Deployment body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchNamespacedDeploymentAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchNamespacedDeploymentStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readNamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
V1Deployment body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Deployment body,
String pretty,
ApiCallback<V1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
Modifier and Type | Method and Description |
---|---|
V1Deployment |
V1Deployment.apiVersion(String apiVersion) |
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> |
V1DeploymentList.getItems()
Items is the list of Deployments.
|
Modifier and Type | Method and Description |
---|---|
V1DeploymentList |
V1DeploymentList.addItemsItem(V1Deployment itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1DeploymentList |
V1DeploymentList.items(List<V1Deployment> items) |
void |
V1DeploymentList.setItems(List<V1Deployment> items) |
Copyright © 2018. All rights reserved.