public class StorageV1Api extends Object
Constructor and Description |
---|
StorageV1Api() |
StorageV1Api(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
V1StorageClass |
createStorageClass(V1StorageClass body,
String pretty)
create a StorageClass
|
com.squareup.okhttp.Call |
createStorageClassAsync(V1StorageClass body,
String pretty,
ApiCallback<V1StorageClass> callback)
(asynchronously)
create a StorageClass
|
com.squareup.okhttp.Call |
createStorageClassCall(V1StorageClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageClass
|
ApiResponse<V1StorageClass> |
createStorageClassWithHttpInfo(V1StorageClass body,
String pretty)
create a StorageClass
|
V1Status |
deleteCollectionStorageClass(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
deleteCollectionStorageClassAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
deleteCollectionStorageClassCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionStorageClass
|
ApiResponse<V1Status> |
deleteCollectionStorageClassWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
V1Status |
deleteStorageClass(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
com.squareup.okhttp.Call |
deleteStorageClassAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a StorageClass
|
com.squareup.okhttp.Call |
deleteStorageClassCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageClass
|
ApiResponse<V1Status> |
deleteStorageClassWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
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
|
V1StorageClassList |
listStorageClass(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
listStorageClassAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1StorageClassList> callback)
(asynchronously)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
listStorageClassCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStorageClass
|
ApiResponse<V1StorageClassList> |
listStorageClassWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
V1StorageClass |
patchStorageClass(String name,
Object body,
String pretty)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
patchStorageClassAsync(String name,
Object body,
String pretty,
ApiCallback<V1StorageClass> callback)
(asynchronously)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
patchStorageClassCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageClass
|
ApiResponse<V1StorageClass> |
patchStorageClassWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified StorageClass
|
V1StorageClass |
readStorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
com.squareup.okhttp.Call |
readStorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1StorageClass> callback)
(asynchronously)
read the specified StorageClass
|
com.squareup.okhttp.Call |
readStorageClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageClass
|
ApiResponse<V1StorageClass> |
readStorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
V1StorageClass |
replaceStorageClass(String name,
V1StorageClass body,
String pretty)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
replaceStorageClassAsync(String name,
V1StorageClass body,
String pretty,
ApiCallback<V1StorageClass> callback)
(asynchronously)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
replaceStorageClassCall(String name,
V1StorageClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageClass
|
ApiResponse<V1StorageClass> |
replaceStorageClassWithHttpInfo(String name,
V1StorageClass body,
String pretty)
replace the specified StorageClass
|
void |
setApiClient(ApiClient apiClient) |
public StorageV1Api()
public StorageV1Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createStorageClassCall(V1StorageClass body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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 V1StorageClass createStorageClass(V1StorageClass body, String pretty) throws ApiException
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<V1StorageClass> createStorageClassWithHttpInfo(V1StorageClass body, String pretty) throws ApiException
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 createStorageClassAsync(V1StorageClass body, String pretty, ApiCallback<V1StorageClass> callback) throws ApiException
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 deleteCollectionStorageClassCall(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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 deleteCollectionStorageClass(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
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> deleteCollectionStorageClassWithHttpInfo(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
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 deleteCollectionStorageClassAsync(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1Status> callback) throws ApiException
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 deleteStorageClassCall(String name, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the StorageClass (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 deleteStorageClass(String name, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name
- name of the StorageClass (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> deleteStorageClassWithHttpInfo(String name, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy) throws ApiException
name
- name of the StorageClass (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 deleteStorageClassAsync(String name, V1DeleteOptions body, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, ApiCallback<V1Status> callback) throws ApiException
name
- name of the StorageClass (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 listStorageClassCall(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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 V1StorageClassList listStorageClass(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
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<V1StorageClassList> listStorageClassWithHttpInfo(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
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 listStorageClassAsync(String pretty, String fieldSelector, String labelSelector, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<V1StorageClassList> callback) throws ApiException
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 patchStorageClassCall(String name, Object body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the StorageClass (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 V1StorageClass patchStorageClass(String name, Object body, String pretty) throws ApiException
name
- name of the StorageClass (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<V1StorageClass> patchStorageClassWithHttpInfo(String name, Object body, String pretty) throws ApiException
name
- name of the StorageClass (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 patchStorageClassAsync(String name, Object body, String pretty, ApiCallback<V1StorageClass> callback) throws ApiException
name
- name of the StorageClass (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 readStorageClassCall(String name, String pretty, Boolean exact, Boolean export, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the StorageClass (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 V1StorageClass readStorageClass(String name, String pretty, Boolean exact, Boolean export) throws ApiException
name
- name of the StorageClass (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<V1StorageClass> readStorageClassWithHttpInfo(String name, String pretty, Boolean exact, Boolean export) throws ApiException
name
- name of the StorageClass (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 readStorageClassAsync(String name, String pretty, Boolean exact, Boolean export, ApiCallback<V1StorageClass> callback) throws ApiException
name
- name of the StorageClass (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 replaceStorageClassCall(String name, V1StorageClass body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- name of the StorageClass (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 V1StorageClass replaceStorageClass(String name, V1StorageClass body, String pretty) throws ApiException
name
- name of the StorageClass (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<V1StorageClass> replaceStorageClassWithHttpInfo(String name, V1StorageClass body, String pretty) throws ApiException
name
- name of the StorageClass (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 replaceStorageClassAsync(String name, V1StorageClass body, String pretty, ApiCallback<V1StorageClass> callback) throws ApiException
name
- name of the StorageClass (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.