public class AppsV1beta1Api extends Object
| Constructor and Description |
|---|
AppsV1beta1Api() |
AppsV1beta1Api(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AppsV1beta1Deployment |
createNamespacedDeployment(String namespace,
AppsV1beta1Deployment body,
String pretty)
create a Deployment
|
com.squareup.okhttp.Call |
createNamespacedDeploymentAsync(String namespace,
AppsV1beta1Deployment body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
createNamespacedDeploymentCall(String namespace,
AppsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeployment
|
AppsV1beta1DeploymentRollback |
createNamespacedDeploymentRollbackRollback(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty)
create rollback of a DeploymentRollback
|
com.squareup.okhttp.Call |
createNamespacedDeploymentRollbackRollbackAsync(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty,
ApiCallback<AppsV1beta1DeploymentRollback> callback)
(asynchronously)
create rollback of a DeploymentRollback
|
com.squareup.okhttp.Call |
createNamespacedDeploymentRollbackRollbackCall(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeploymentRollbackRollback
|
ApiResponse<AppsV1beta1DeploymentRollback> |
createNamespacedDeploymentRollbackRollbackWithHttpInfo(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty)
create rollback of a DeploymentRollback
|
ApiResponse<AppsV1beta1Deployment> |
createNamespacedDeploymentWithHttpInfo(String namespace,
AppsV1beta1Deployment body,
String pretty)
create a Deployment
|
V1beta1StatefulSet |
createNamespacedStatefulSet(String namespace,
V1beta1StatefulSet body,
String pretty)
create a StatefulSet
|
com.squareup.okhttp.Call |
createNamespacedStatefulSetAsync(String namespace,
V1beta1StatefulSet body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
create a StatefulSet
|
com.squareup.okhttp.Call |
createNamespacedStatefulSetCall(String namespace,
V1beta1StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedStatefulSet
|
ApiResponse<V1beta1StatefulSet> |
createNamespacedStatefulSetWithHttpInfo(String namespace,
V1beta1StatefulSet body,
String pretty)
create a StatefulSet
|
V1Status |
deleteCollectionNamespacedDeployment(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedDeploymentAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Deployment
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedDeploymentCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedDeployment
|
ApiResponse<V1Status> |
deleteCollectionNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
V1Status |
deleteCollectionNamespacedStatefulSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedStatefulSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedStatefulSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedStatefulSet
|
ApiResponse<V1Status> |
deleteCollectionNamespacedStatefulSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
V1Status |
deleteNamespacedDeployment(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
com.squareup.okhttp.Call |
deleteNamespacedDeploymentAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Deployment
|
com.squareup.okhttp.Call |
deleteNamespacedDeploymentCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedDeployment
|
ApiResponse<V1Status> |
deleteNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
V1Status |
deleteNamespacedStatefulSet(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
com.squareup.okhttp.Call |
deleteNamespacedStatefulSetAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a StatefulSet
|
com.squareup.okhttp.Call |
deleteNamespacedStatefulSetCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedStatefulSet
|
ApiResponse<V1Status> |
deleteNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
ApiClient |
getApiClient() |
V1APIResourceList |
getAPIResources()
get available resources
|
com.squareup.okhttp.Call |
getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
ApiResponse<V1APIResourceList> |
getAPIResourcesWithHttpInfo()
get available resources
|
AppsV1beta1DeploymentList |
listDeploymentForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
listDeploymentForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<AppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
listDeploymentForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listDeploymentForAllNamespaces
|
ApiResponse<AppsV1beta1DeploymentList> |
listDeploymentForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
AppsV1beta1DeploymentList |
listNamespacedDeployment(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
listNamespacedDeploymentAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<AppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
listNamespacedDeploymentCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedDeployment
|
ApiResponse<AppsV1beta1DeploymentList> |
listNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
V1beta1StatefulSetList |
listNamespacedStatefulSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
listNamespacedStatefulSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
listNamespacedStatefulSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedStatefulSet
|
ApiResponse<V1beta1StatefulSetList> |
listNamespacedStatefulSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
V1beta1StatefulSetList |
listStatefulSetForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
listStatefulSetForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
listStatefulSetForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStatefulSetForAllNamespaces
|
ApiResponse<V1beta1StatefulSetList> |
listStatefulSetForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
AppsV1beta1Deployment |
patchNamespacedDeployment(String name,
String namespace,
Object body,
String pretty)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
patchNamespacedDeploymentAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
patchNamespacedDeploymentCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDeployment
|
AppsV1beta1Deployment |
patchNamespacedDeploymentStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
patchNamespacedDeploymentStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
patchNamespacedDeploymentStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDeploymentStatus
|
ApiResponse<AppsV1beta1Deployment> |
patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Deployment
|
ApiResponse<AppsV1beta1Deployment> |
patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Deployment
|
AppsV1beta1Scale |
patchNamespacedScaleScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
patchNamespacedScaleScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
patchNamespacedScaleScaleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedScaleScale
|
ApiResponse<AppsV1beta1Scale> |
patchNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
V1beta1StatefulSet |
patchNamespacedStatefulSet(String name,
String namespace,
Object body,
String pretty)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
patchNamespacedStatefulSetAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
patchNamespacedStatefulSetCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedStatefulSet
|
V1beta1StatefulSet |
patchNamespacedStatefulSetStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
patchNamespacedStatefulSetStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
patchNamespacedStatefulSetStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedStatefulSetStatus
|
ApiResponse<V1beta1StatefulSet> |
patchNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified StatefulSet
|
ApiResponse<V1beta1StatefulSet> |
patchNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified StatefulSet
|
AppsV1beta1Deployment |
readNamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
com.squareup.okhttp.Call |
readNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
readNamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDeployment
|
AppsV1beta1Deployment |
readNamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
readNamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
readNamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDeploymentStatus
|
ApiResponse<AppsV1beta1Deployment> |
readNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<AppsV1beta1Deployment> |
readNamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
AppsV1beta1Scale |
readNamespacedScaleScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
readNamespacedScaleScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
readNamespacedScaleScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedScaleScale
|
ApiResponse<AppsV1beta1Scale> |
readNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
V1beta1StatefulSet |
readNamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
readNamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
readNamespacedStatefulSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedStatefulSet
|
V1beta1StatefulSet |
readNamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
readNamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
readNamespacedStatefulSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedStatefulSetStatus
|
ApiResponse<V1beta1StatefulSet> |
readNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<V1beta1StatefulSet> |
readNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
AppsV1beta1Deployment |
replaceNamespacedDeployment(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace the specified Deployment
|
com.squareup.okhttp.Call |
replaceNamespacedDeploymentAsync(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
replaceNamespacedDeploymentCall(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeployment
|
AppsV1beta1Deployment |
replaceNamespacedDeploymentStatus(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
replaceNamespacedDeploymentStatusCall(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentStatus
|
ApiResponse<AppsV1beta1Deployment> |
replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace status of the specified Deployment
|
ApiResponse<AppsV1beta1Deployment> |
replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace the specified Deployment
|
AppsV1beta1Scale |
replaceNamespacedScaleScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
replaceNamespacedScaleScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
replaceNamespacedScaleScaleCall(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedScaleScale
|
ApiResponse<AppsV1beta1Scale> |
replaceNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
V1beta1StatefulSet |
replaceNamespacedStatefulSet(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
replaceNamespacedStatefulSetAsync(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
replaceNamespacedStatefulSetCall(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSet
|
V1beta1StatefulSet |
replaceNamespacedStatefulSetStatus(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
replaceNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
replaceNamespacedStatefulSetStatusCall(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSetStatus
|
ApiResponse<V1beta1StatefulSet> |
replaceNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
ApiResponse<V1beta1StatefulSet> |
replaceNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace the specified StatefulSet
|
void |
setApiClient(ApiClient apiClient) |
public AppsV1beta1Api()
public AppsV1beta1Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createNamespacedDeploymentCall(String namespace, AppsV1beta1Deployment body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Deployment createNamespacedDeployment(String namespace, AppsV1beta1Deployment body, String pretty) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Deployment> createNamespacedDeploymentWithHttpInfo(String namespace, AppsV1beta1Deployment body, String pretty) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createNamespacedDeploymentAsync(String namespace, AppsV1beta1Deployment body, String pretty, ApiCallback<AppsV1beta1Deployment> callback) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createNamespacedDeploymentRollbackRollbackCall(String name, String namespace, AppsV1beta1DeploymentRollback body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the DeploymentRollback (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1DeploymentRollback createNamespacedDeploymentRollbackRollback(String name, String namespace, AppsV1beta1DeploymentRollback body, String pretty) throws ApiException
name - name of the DeploymentRollback (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1DeploymentRollback> createNamespacedDeploymentRollbackRollbackWithHttpInfo(String name, String namespace, AppsV1beta1DeploymentRollback body, String pretty) throws ApiException
name - name of the DeploymentRollback (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createNamespacedDeploymentRollbackRollbackAsync(String name, String namespace, AppsV1beta1DeploymentRollback body, String pretty, ApiCallback<AppsV1beta1DeploymentRollback> callback) throws ApiException
name - name of the DeploymentRollback (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createNamespacedStatefulSetCall(String namespace, V1beta1StatefulSet body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSet createNamespacedStatefulSet(String namespace, V1beta1StatefulSet body, String pretty) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSet> createNamespacedStatefulSetWithHttpInfo(String namespace, V1beta1StatefulSet body, String pretty) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createNamespacedStatefulSetAsync(String namespace, V1beta1StatefulSet body, String pretty, ApiCallback<V1beta1StatefulSet> callback) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteCollectionNamespacedDeploymentCall(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1Status deleteCollectionNamespacedDeployment(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Status> deleteCollectionNamespacedDeploymentWithHttpInfo(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteCollectionNamespacedDeploymentAsync(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1Status> callback) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteCollectionNamespacedStatefulSetCall(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1Status deleteCollectionNamespacedStatefulSet(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Status> deleteCollectionNamespacedStatefulSetWithHttpInfo(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteCollectionNamespacedStatefulSetAsync(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1Status> callback) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteNamespacedDeploymentCall(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1Status deleteNamespacedDeployment(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Status> deleteNamespacedDeploymentWithHttpInfo(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteNamespacedDeploymentAsync(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ApiCallback<V1Status> callback) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteNamespacedStatefulSetCall(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1Status deleteNamespacedStatefulSet(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1Status> deleteNamespacedStatefulSetWithHttpInfo(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteNamespacedStatefulSetAsync(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ApiCallback<V1Status> callback) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)gracePeriodSeconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1APIResourceList getAPIResources() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1APIResourceList> getAPIResourcesWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listDeploymentForAllNamespacesCall(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1DeploymentList listDeploymentForAllNamespaces(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1DeploymentList> listDeploymentForAllNamespacesWithHttpInfo(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listDeploymentForAllNamespacesAsync(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<AppsV1beta1DeploymentList> callback) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listNamespacedDeploymentCall(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1DeploymentList listNamespacedDeployment(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1DeploymentList> listNamespacedDeploymentWithHttpInfo(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listNamespacedDeploymentAsync(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<AppsV1beta1DeploymentList> callback) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listNamespacedStatefulSetCall(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSetList listNamespacedStatefulSet(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSetList> listNamespacedStatefulSetWithHttpInfo(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listNamespacedStatefulSetAsync(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1StatefulSetList> callback) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listStatefulSetForAllNamespacesCall(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSetList listStatefulSetForAllNamespaces(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSetList> listStatefulSetForAllNamespacesWithHttpInfo(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listStatefulSetForAllNamespacesAsync(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1StatefulSetList> callback) throws ApiException
fieldSelector - A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)labelSelector - A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional)pretty - If 'true', then the output is pretty printed. (optional)resourceVersion - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional)timeoutSeconds - Timeout for the list/watch call. (optional)watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call patchNamespacedDeploymentCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Deployment patchNamespacedDeployment(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Deployment> patchNamespacedDeploymentWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchNamespacedDeploymentAsync(String name, String namespace, Object body, String pretty, ApiCallback<AppsV1beta1Deployment> callback) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call patchNamespacedDeploymentStatusCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Deployment patchNamespacedDeploymentStatus(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Deployment> patchNamespacedDeploymentStatusWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchNamespacedDeploymentStatusAsync(String name, String namespace, Object body, String pretty, ApiCallback<AppsV1beta1Deployment> callback) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call patchNamespacedScaleScaleCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Scale patchNamespacedScaleScale(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Scale> patchNamespacedScaleScaleWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchNamespacedScaleScaleAsync(String name, String namespace, Object body, String pretty, ApiCallback<AppsV1beta1Scale> callback) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call patchNamespacedStatefulSetCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSet patchNamespacedStatefulSet(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSet> patchNamespacedStatefulSetWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchNamespacedStatefulSetAsync(String name, String namespace, Object body, String pretty, ApiCallback<V1beta1StatefulSet> callback) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call patchNamespacedStatefulSetStatusCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSet patchNamespacedStatefulSetStatus(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSet> patchNamespacedStatefulSetStatusWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchNamespacedStatefulSetStatusAsync(String name, String namespace, Object body, String pretty, ApiCallback<V1beta1StatefulSet> callback) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readNamespacedDeploymentCall(String name, String namespace, String pretty, Boolean exact, Boolean export, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Deployment readNamespacedDeployment(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Deployment> readNamespacedDeploymentWithHttpInfo(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readNamespacedDeploymentAsync(String name, String namespace, String pretty, Boolean exact, Boolean export, ApiCallback<AppsV1beta1Deployment> callback) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readNamespacedDeploymentStatusCall(String name, String namespace, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Deployment readNamespacedDeploymentStatus(String name, String namespace, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Deployment> readNamespacedDeploymentStatusWithHttpInfo(String name, String namespace, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readNamespacedDeploymentStatusAsync(String name, String namespace, String pretty, ApiCallback<AppsV1beta1Deployment> callback) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readNamespacedScaleScaleCall(String name, String namespace, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Scale readNamespacedScaleScale(String name, String namespace, String pretty) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Scale> readNamespacedScaleScaleWithHttpInfo(String name, String namespace, String pretty) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readNamespacedScaleScaleAsync(String name, String namespace, String pretty, ApiCallback<AppsV1beta1Scale> callback) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readNamespacedStatefulSetCall(String name, String namespace, String pretty, Boolean exact, Boolean export, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSet readNamespacedStatefulSet(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSet> readNamespacedStatefulSetWithHttpInfo(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readNamespacedStatefulSetAsync(String name, String namespace, String pretty, Boolean exact, Boolean export, ApiCallback<V1beta1StatefulSet> callback) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)exact - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export - Should this value be exported. Export strips fields that a user can not specify. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readNamespacedStatefulSetStatusCall(String name, String namespace, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSet readNamespacedStatefulSetStatus(String name, String namespace, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSet> readNamespacedStatefulSetStatusWithHttpInfo(String name, String namespace, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readNamespacedStatefulSetStatusAsync(String name, String namespace, String pretty, ApiCallback<V1beta1StatefulSet> callback) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceNamespacedDeploymentCall(String name, String namespace, AppsV1beta1Deployment body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Deployment replaceNamespacedDeployment(String name, String namespace, AppsV1beta1Deployment body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Deployment> replaceNamespacedDeploymentWithHttpInfo(String name, String namespace, AppsV1beta1Deployment body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceNamespacedDeploymentAsync(String name, String namespace, AppsV1beta1Deployment body, String pretty, ApiCallback<AppsV1beta1Deployment> callback) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceNamespacedDeploymentStatusCall(String name, String namespace, AppsV1beta1Deployment body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Deployment replaceNamespacedDeploymentStatus(String name, String namespace, AppsV1beta1Deployment body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Deployment> replaceNamespacedDeploymentStatusWithHttpInfo(String name, String namespace, AppsV1beta1Deployment body, String pretty) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceNamespacedDeploymentStatusAsync(String name, String namespace, AppsV1beta1Deployment body, String pretty, ApiCallback<AppsV1beta1Deployment> callback) throws ApiException
name - name of the Deployment (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceNamespacedScaleScaleCall(String name, String namespace, AppsV1beta1Scale body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AppsV1beta1Scale replaceNamespacedScaleScale(String name, String namespace, AppsV1beta1Scale body, String pretty) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AppsV1beta1Scale> replaceNamespacedScaleScaleWithHttpInfo(String name, String namespace, AppsV1beta1Scale body, String pretty) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceNamespacedScaleScaleAsync(String name, String namespace, AppsV1beta1Scale body, String pretty, ApiCallback<AppsV1beta1Scale> callback) throws ApiException
name - name of the Scale (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceNamespacedStatefulSetCall(String name, String namespace, V1beta1StatefulSet body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSet replaceNamespacedStatefulSet(String name, String namespace, V1beta1StatefulSet body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSet> replaceNamespacedStatefulSetWithHttpInfo(String name, String namespace, V1beta1StatefulSet body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceNamespacedStatefulSetAsync(String name, String namespace, V1beta1StatefulSet body, String pretty, ApiCallback<V1beta1StatefulSet> callback) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceNamespacedStatefulSetStatusCall(String name, String namespace, V1beta1StatefulSet body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1beta1StatefulSet replaceNamespacedStatefulSetStatus(String name, String namespace, V1beta1StatefulSet body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1beta1StatefulSet> replaceNamespacedStatefulSetStatusWithHttpInfo(String name, String namespace, V1beta1StatefulSet body, String pretty) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceNamespacedStatefulSetStatusAsync(String name, String namespace, V1beta1StatefulSet body, String pretty, ApiCallback<V1beta1StatefulSet> callback) throws ApiException
name - name of the StatefulSet (required)namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2017. All rights reserved.