Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Scale |
AppsV1Api.patchNamespacedDeploymentScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Deployment
|
V1Scale |
AppsV1Api.patchNamespacedReplicaSetScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicaSet
|
V1Scale |
CoreV1Api.patchNamespacedReplicationControllerScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicationController
|
V1Scale |
AppsV1Api.patchNamespacedStatefulSetScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified StatefulSet
|
V1Scale |
AppsV1Api.readNamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
V1Scale |
AppsV1Api.readNamespacedReplicaSetScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
V1Scale |
CoreV1Api.readNamespacedReplicationControllerScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
V1Scale |
AppsV1Api.readNamespacedStatefulSetScale(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
V1Scale |
AppsV1Api.replaceNamespacedDeploymentScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Deployment
|
V1Scale |
AppsV1Api.replaceNamespacedReplicaSetScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
V1Scale |
CoreV1Api.replaceNamespacedReplicationControllerScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicationController
|
V1Scale |
AppsV1Api.replaceNamespacedStatefulSetScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Deployment
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicaSet
|
ApiResponse<V1Scale> |
CoreV1Api.patchNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicationController
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified StatefulSet
|
ApiResponse<V1Scale> |
AppsV1Api.readNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
ApiResponse<V1Scale> |
AppsV1Api.readNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
ApiResponse<V1Scale> |
CoreV1Api.readNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
ApiResponse<V1Scale> |
AppsV1Api.readNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Deployment
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
ApiResponse<V1Scale> |
CoreV1Api.replaceNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicationController
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
V1Scale |
AppsV1Api.replaceNamespacedDeploymentScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentScale
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Deployment
|
V1Scale |
AppsV1Api.replaceNamespacedReplicaSetScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedReplicaSetScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedReplicaSetScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicaSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
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
|
V1Scale |
AppsV1Api.replaceNamespacedStatefulSetScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedStatefulSetScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedStatefulSetScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
AppsV1Api.patchNamespacedDeploymentScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchNamespacedReplicaSetScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicaSet
|
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 |
AppsV1Api.patchNamespacedStatefulSetScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.readNamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readNamespacedReplicaSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
read scale of the specified ReplicaSet
|
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 |
AppsV1Api.readNamespacedStatefulSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedDeploymentScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceNamespacedReplicaSetScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified ReplicaSet
|
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 |
AppsV1Api.replaceNamespacedStatefulSetScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
V1Scale |
V1Scale.apiVersion(String apiVersion) |
V1Scale |
V1ScaleBuilder.build() |
V1Scale |
V1Scale.kind(String kind) |
V1Scale |
V1Scale.metadata(V1ObjectMeta metadata) |
V1Scale |
V1Scale.spec(V1ScaleSpec spec) |
V1Scale |
V1Scale.status(V1ScaleStatus status) |
Constructor and Description |
---|
V1ScaleBuilder(V1Scale instance) |
V1ScaleBuilder(V1Scale instance,
Boolean validationEnabled) |
V1ScaleBuilder(V1ScaleFluent<?> fluent,
V1Scale instance) |
V1ScaleBuilder(V1ScaleFluent<?> fluent,
V1Scale instance,
Boolean validationEnabled) |
V1ScaleFluentImpl(V1Scale instance) |
Copyright © 2018. All rights reserved.