Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchNamespacedDeploymentScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Deployment
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchNamespacedReplicaSetScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicaSet
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchNamespacedReplicationControllerDummyScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicationControllerDummy
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readNamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readNamespacedReplicaSetScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readNamespacedReplicationControllerDummyScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicationControllerDummy
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedDeploymentScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedReplicationControllerDummyScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicationControllerDummy
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Deployment
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicaSet
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchNamespacedReplicationControllerDummyScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified ReplicationControllerDummy
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readNamespacedReplicationControllerDummyScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicationControllerDummy
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedReplicationControllerDummyScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicationControllerDummy
|
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedDeploymentScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentScaleCall(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Deployment
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetScaleCall(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicaSetScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicaSet
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedReplicationControllerDummyScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicationControllerDummyScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicationControllerDummyScaleCall(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicationControllerDummyScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedReplicationControllerDummyScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified ReplicationControllerDummy
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDeploymentScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicaSetScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicationControllerDummyScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicaSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicationControllerDummyScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicationControllerDummyScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified ReplicationControllerDummy
|
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Scale.apiVersion(String apiVersion) |
ExtensionsV1beta1Scale |
ExtensionsV1beta1Scale.kind(String kind) |
ExtensionsV1beta1Scale |
ExtensionsV1beta1Scale.metadata(V1ObjectMeta metadata) |
ExtensionsV1beta1Scale |
ExtensionsV1beta1Scale.spec(ExtensionsV1beta1ScaleSpec spec) |
ExtensionsV1beta1Scale |
ExtensionsV1beta1Scale.status(ExtensionsV1beta1ScaleStatus status) |
Copyright © 2018. All rights reserved.