| Package | Description |
|---|---|
| io.kubernetes.client.apis | |
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1Scale |
CoreV1Api.patchNamespacedScaleScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
V1Scale |
CoreV1Api.readNamespacedScaleScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
V1Scale |
CoreV1Api.replaceNamespacedScaleScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Scale
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1Scale> |
CoreV1Api.patchNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
ApiResponse<V1Scale> |
CoreV1Api.readNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
ApiResponse<V1Scale> |
CoreV1Api.replaceNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Scale
|
| Modifier and Type | Method and Description |
|---|---|
V1Scale |
CoreV1Api.replaceNamespacedScaleScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedScaleScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedScaleScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedScaleScale
|
ApiResponse<V1Scale> |
CoreV1Api.replaceNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Scale
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedScaleScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedScaleScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedScaleScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
| Modifier and Type | Method and Description |
|---|---|
V1Scale |
V1Scale.apiVersion(String apiVersion) |
V1Scale |
V1Scale.kind(String kind) |
V1Scale |
V1Scale.metadata(V1ObjectMeta metadata) |
V1Scale |
V1Scale.spec(V1ScaleSpec spec) |
V1Scale |
V1Scale.status(V1ScaleStatus status) |
Copyright © 2017. All rights reserved.