Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Scale |
CoreV1Api.patchNamespacedReplicationControllerScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicationController
|
V1Scale |
CoreV1Api.readNamespacedReplicationControllerScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
V1Scale |
CoreV1Api.replaceNamespacedReplicationControllerScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicationController
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Scale> |
CoreV1Api.patchNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicationController
|
ApiResponse<V1Scale> |
CoreV1Api.readNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
ApiResponse<V1Scale> |
CoreV1Api.replaceNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicationController
|
Modifier and Type | Method and Description |
---|---|
V1Scale |
CoreV1Api.replaceNamespacedReplicationControllerScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedReplicationControllerScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedReplicationControllerScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicationControllerScale
|
ApiResponse<V1Scale> |
CoreV1Api.replaceNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicationController
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedReplicationControllerScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedReplicationControllerScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
read scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedReplicationControllerScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified ReplicationController
|
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 © 2018. All rights reserved.