Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
AppsV1beta1Scale |
AppsV1beta1Api.patchNamespacedDeploymentScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Deployment
|
AppsV1beta1Scale |
AppsV1beta1Api.patchNamespacedStatefulSetScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified StatefulSet
|
AppsV1beta1Scale |
AppsV1beta1Api.readNamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
AppsV1beta1Scale |
AppsV1beta1Api.readNamespacedStatefulSetScale(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
AppsV1beta1Scale |
AppsV1beta1Api.replaceNamespacedDeploymentScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
AppsV1beta1Scale |
AppsV1beta1Api.replaceNamespacedStatefulSetScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.patchNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Deployment
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.patchNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified StatefulSet
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.readNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.readNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.replaceNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.replaceNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
AppsV1beta1Scale |
AppsV1beta1Api.replaceNamespacedDeploymentScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedDeploymentScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedDeploymentScaleCall(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentScale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.replaceNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
AppsV1beta1Scale |
AppsV1beta1Api.replaceNamespacedStatefulSetScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedStatefulSetScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedStatefulSetScaleCall(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSetScale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.replaceNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedDeploymentScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedStatefulSetScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedStatefulSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedDeploymentScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedStatefulSetScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
AppsV1beta1Scale |
AppsV1beta1Scale.apiVersion(String apiVersion) |
AppsV1beta1Scale |
AppsV1beta1Scale.kind(String kind) |
AppsV1beta1Scale |
AppsV1beta1Scale.metadata(V1ObjectMeta metadata) |
AppsV1beta1Scale |
AppsV1beta1Scale.spec(AppsV1beta1ScaleSpec spec) |
AppsV1beta1Scale |
AppsV1beta1Scale.status(AppsV1beta1ScaleStatus status) |
Copyright © 2017. All rights reserved.