| Package | Description |
|---|---|
| io.kubernetes.client.apis | |
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
AppsV1beta1Scale |
AppsV1beta1Api.patchNamespacedScaleScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
AppsV1beta1Scale |
AppsV1beta1Api.readNamespacedScaleScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
AppsV1beta1Scale |
AppsV1beta1Api.replaceNamespacedScaleScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.patchNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.readNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.replaceNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
| Modifier and Type | Method and Description |
|---|---|
AppsV1beta1Scale |
AppsV1beta1Api.replaceNamespacedScaleScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedScaleScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedScaleScaleCall(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedScaleScale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.replaceNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedScaleScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedScaleScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedScaleScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
| 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.