public class AutoscalingV1Api extends Object
Constructor and Description |
---|
AutoscalingV1Api() |
AutoscalingV1Api(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
V1HorizontalPodAutoscaler |
createNamespacedHorizontalPodAutoscaler(String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
createNamespacedHorizontalPodAutoscalerCall(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
create a HorizontalPodAutoscaler
|
V1Status |
deleteCollectionNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
deleteCollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1Status> |
deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
V1Status |
deleteNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
deleteNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
deleteNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1Status> |
deleteNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
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
|
V1HorizontalPodAutoscalerList |
listHorizontalPodAutoscalerForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
listHorizontalPodAutoscalerForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
listHorizontalPodAutoscalerForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHorizontalPodAutoscalerForAllNamespaces
|
ApiResponse<V1HorizontalPodAutoscalerList> |
listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V1HorizontalPodAutoscalerList |
listNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
listNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
listNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscalerList> |
listNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
Object body,
String pretty)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
readNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
readNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
readNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
readNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
readNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
readNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
readNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
replaceNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
replaceNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace the specified HorizontalPodAutoscaler
|
void |
setApiClient(ApiClient apiClient) |
public AutoscalingV1Api()
public AutoscalingV1Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createNamespacedHorizontalPodAutoscalerCall(String namespace, V1HorizontalPodAutoscaler 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 V1HorizontalPodAutoscaler createNamespacedHorizontalPodAutoscaler(String namespace, V1HorizontalPodAutoscaler 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<V1HorizontalPodAutoscaler> createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace, V1HorizontalPodAutoscaler 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 createNamespacedHorizontalPodAutoscalerAsync(String namespace, V1HorizontalPodAutoscaler body, String pretty, ApiCallback<V1HorizontalPodAutoscaler> 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 deleteCollectionNamespacedHorizontalPodAutoscalerCall(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 deleteCollectionNamespacedHorizontalPodAutoscaler(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> deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(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 deleteCollectionNamespacedHorizontalPodAutoscalerAsync(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 deleteNamespacedHorizontalPodAutoscalerCall(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 HorizontalPodAutoscaler (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 deleteNamespacedHorizontalPodAutoscaler(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name
- name of the HorizontalPodAutoscaler (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> deleteNamespacedHorizontalPodAutoscalerWithHttpInfo(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 deleteNamespacedHorizontalPodAutoscalerAsync(String name, String namespace, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ApiCallback<V1Status> callback) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 listHorizontalPodAutoscalerForAllNamespacesCall(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 V1HorizontalPodAutoscalerList listHorizontalPodAutoscalerForAllNamespaces(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<V1HorizontalPodAutoscalerList> listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo(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 listHorizontalPodAutoscalerForAllNamespacesAsync(String fieldSelector, String labelSelector, String pretty, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1HorizontalPodAutoscalerList> 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 listNamespacedHorizontalPodAutoscalerCall(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 V1HorizontalPodAutoscalerList listNamespacedHorizontalPodAutoscaler(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<V1HorizontalPodAutoscalerList> listNamespacedHorizontalPodAutoscalerWithHttpInfo(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 listNamespacedHorizontalPodAutoscalerAsync(String namespace, String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1HorizontalPodAutoscalerList> 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 patchNamespacedHorizontalPodAutoscalerCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 V1HorizontalPodAutoscaler patchNamespacedHorizontalPodAutoscaler(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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<V1HorizontalPodAutoscaler> patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 patchNamespacedHorizontalPodAutoscalerAsync(String name, String namespace, Object body, String pretty, ApiCallback<V1HorizontalPodAutoscaler> callback) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 patchNamespacedHorizontalPodAutoscalerStatusCall(String name, String namespace, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 V1HorizontalPodAutoscaler patchNamespacedHorizontalPodAutoscalerStatus(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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<V1HorizontalPodAutoscaler> patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name, String namespace, Object body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 patchNamespacedHorizontalPodAutoscalerStatusAsync(String name, String namespace, Object body, String pretty, ApiCallback<V1HorizontalPodAutoscaler> callback) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 readNamespacedHorizontalPodAutoscalerCall(String name, String namespace, String pretty, Boolean exact, Boolean export, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 V1HorizontalPodAutoscaler readNamespacedHorizontalPodAutoscaler(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name
- name of the HorizontalPodAutoscaler (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<V1HorizontalPodAutoscaler> readNamespacedHorizontalPodAutoscalerWithHttpInfo(String name, String namespace, String pretty, Boolean exact, Boolean export) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 readNamespacedHorizontalPodAutoscalerAsync(String name, String namespace, String pretty, Boolean exact, Boolean export, ApiCallback<V1HorizontalPodAutoscaler> callback) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 readNamespacedHorizontalPodAutoscalerStatusCall(String name, String namespace, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 V1HorizontalPodAutoscaler readNamespacedHorizontalPodAutoscalerStatus(String name, String namespace, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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<V1HorizontalPodAutoscaler> readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name, String namespace, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 readNamespacedHorizontalPodAutoscalerStatusAsync(String name, String namespace, String pretty, ApiCallback<V1HorizontalPodAutoscaler> callback) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 replaceNamespacedHorizontalPodAutoscalerCall(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 V1HorizontalPodAutoscaler replaceNamespacedHorizontalPodAutoscaler(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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<V1HorizontalPodAutoscaler> replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 replaceNamespacedHorizontalPodAutoscalerAsync(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, ApiCallback<V1HorizontalPodAutoscaler> callback) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 replaceNamespacedHorizontalPodAutoscalerStatusCall(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 V1HorizontalPodAutoscaler replaceNamespacedHorizontalPodAutoscalerStatus(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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<V1HorizontalPodAutoscaler> replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty) throws ApiException
name
- name of the HorizontalPodAutoscaler (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 replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, ApiCallback<V1HorizontalPodAutoscaler> callback) throws ApiException
name
- name of the HorizontalPodAutoscaler (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.