public class CustomObjectsApi extends Object
Constructor and Description |
---|
CustomObjectsApi() |
CustomObjectsApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
Object |
createClusterCustomObject(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a cluster scoped Custom object
|
okhttp3.Call |
createClusterCustomObjectAsync(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) Creates a cluster scoped Custom object
|
okhttp3.Call |
createClusterCustomObjectCall(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterCustomObject
|
ApiResponse<Object> |
createClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a cluster scoped Custom object
|
Object |
createNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a namespace scoped Custom object
|
okhttp3.Call |
createNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) Creates a namespace scoped Custom object
|
okhttp3.Call |
createNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedCustomObject
|
ApiResponse<Object> |
createNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a namespace scoped Custom object
|
Object |
deleteClusterCustomObject(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified cluster scoped custom object
|
okhttp3.Call |
deleteClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Deletes the specified cluster scoped custom object
|
okhttp3.Call |
deleteClusterCustomObjectCall(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterCustomObject
|
ApiResponse<Object> |
deleteClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified cluster scoped custom object
|
Object |
deleteCollectionClusterCustomObject(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of cluster scoped custom objects
|
okhttp3.Call |
deleteCollectionClusterCustomObjectAsync(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Delete collection of cluster scoped custom objects
|
okhttp3.Call |
deleteCollectionClusterCustomObjectCall(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterCustomObject
|
ApiResponse<Object> |
deleteCollectionClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of cluster scoped custom objects
|
Object |
deleteCollectionNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of namespace scoped custom objects
|
okhttp3.Call |
deleteCollectionNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Delete collection of namespace scoped custom objects
|
okhttp3.Call |
deleteCollectionNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedCustomObject
|
ApiResponse<Object> |
deleteCollectionNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of namespace scoped custom objects
|
Object |
deleteNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified namespace scoped custom object
|
okhttp3.Call |
deleteNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Deletes the specified namespace scoped custom object
|
okhttp3.Call |
deleteNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedCustomObject
|
ApiResponse<Object> |
deleteNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified namespace scoped custom object
|
ApiClient |
getApiClient() |
Object |
getClusterCustomObject(String group,
String version,
String plural,
String name)
Returns a cluster scoped custom object
|
okhttp3.Call |
getClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) Returns a cluster scoped custom object
|
okhttp3.Call |
getClusterCustomObjectCall(String group,
String version,
String plural,
String name,
ApiCallback _callback)
Build call for getClusterCustomObject
|
Object |
getClusterCustomObjectScale(String group,
String version,
String plural,
String name)
read scale of the specified custom object
|
okhttp3.Call |
getClusterCustomObjectScaleAsync(String group,
String version,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read scale of the specified custom object
|
okhttp3.Call |
getClusterCustomObjectScaleCall(String group,
String version,
String plural,
String name,
ApiCallback _callback)
Build call for getClusterCustomObjectScale
|
ApiResponse<Object> |
getClusterCustomObjectScaleWithHttpInfo(String group,
String version,
String plural,
String name)
read scale of the specified custom object
|
Object |
getClusterCustomObjectStatus(String group,
String version,
String plural,
String name)
read status of the specified cluster scoped custom object
|
okhttp3.Call |
getClusterCustomObjectStatusAsync(String group,
String version,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read status of the specified cluster scoped custom object
|
okhttp3.Call |
getClusterCustomObjectStatusCall(String group,
String version,
String plural,
String name,
ApiCallback _callback)
Build call for getClusterCustomObjectStatus
|
ApiResponse<Object> |
getClusterCustomObjectStatusWithHttpInfo(String group,
String version,
String plural,
String name)
read status of the specified cluster scoped custom object
|
ApiResponse<Object> |
getClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name)
Returns a cluster scoped custom object
|
Object |
getNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name)
Returns a namespace scoped custom object
|
okhttp3.Call |
getNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) Returns a namespace scoped custom object
|
okhttp3.Call |
getNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback _callback)
Build call for getNamespacedCustomObject
|
Object |
getNamespacedCustomObjectScale(String group,
String version,
String namespace,
String plural,
String name)
read scale of the specified namespace scoped custom object
|
okhttp3.Call |
getNamespacedCustomObjectScaleAsync(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read scale of the specified namespace scoped custom object
|
okhttp3.Call |
getNamespacedCustomObjectScaleCall(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback _callback)
Build call for getNamespacedCustomObjectScale
|
ApiResponse<Object> |
getNamespacedCustomObjectScaleWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name)
read scale of the specified namespace scoped custom object
|
Object |
getNamespacedCustomObjectStatus(String group,
String version,
String namespace,
String plural,
String name)
read status of the specified namespace scoped custom object
|
okhttp3.Call |
getNamespacedCustomObjectStatusAsync(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read status of the specified namespace scoped custom object
|
okhttp3.Call |
getNamespacedCustomObjectStatusCall(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback _callback)
Build call for getNamespacedCustomObjectStatus
|
ApiResponse<Object> |
getNamespacedCustomObjectStatusWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name)
read status of the specified namespace scoped custom object
|
ApiResponse<Object> |
getNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name)
Returns a namespace scoped custom object
|
Object |
listClusterCustomObject(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch cluster scoped custom objects
|
okhttp3.Call |
listClusterCustomObjectAsync(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<Object> _callback)
(asynchronously) list or watch cluster scoped custom objects
|
okhttp3.Call |
listClusterCustomObjectCall(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterCustomObject
|
ApiResponse<Object> |
listClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch cluster scoped custom objects
|
Object |
listNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch namespace scoped custom objects
|
okhttp3.Call |
listNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<Object> _callback)
(asynchronously) list or watch namespace scoped custom objects
|
okhttp3.Call |
listNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedCustomObject
|
ApiResponse<Object> |
listNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch namespace scoped custom objects
|
Object |
patchClusterCustomObject(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified cluster scoped custom object
|
okhttp3.Call |
patchClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) patch the specified cluster scoped custom object
|
okhttp3.Call |
patchClusterCustomObjectCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterCustomObject
|
Object |
patchClusterCustomObjectScale(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified cluster scoped custom object
|
okhttp3.Call |
patchClusterCustomObjectScaleAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update scale of the specified cluster scoped custom object
|
okhttp3.Call |
patchClusterCustomObjectScaleCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterCustomObjectScale
|
ApiResponse<Object> |
patchClusterCustomObjectScaleWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified cluster scoped custom object
|
Object |
patchClusterCustomObjectStatus(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified cluster scoped custom object
|
okhttp3.Call |
patchClusterCustomObjectStatusAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update status of the specified cluster scoped custom object
|
okhttp3.Call |
patchClusterCustomObjectStatusCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterCustomObjectStatus
|
ApiResponse<Object> |
patchClusterCustomObjectStatusWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified cluster scoped custom object
|
ApiResponse<Object> |
patchClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified cluster scoped custom object
|
Object |
patchNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified namespace scoped custom object
|
okhttp3.Call |
patchNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) patch the specified namespace scoped custom object
|
okhttp3.Call |
patchNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCustomObject
|
Object |
patchNamespacedCustomObjectScale(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified namespace scoped custom object
|
okhttp3.Call |
patchNamespacedCustomObjectScaleAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update scale of the specified namespace scoped custom object
|
okhttp3.Call |
patchNamespacedCustomObjectScaleCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCustomObjectScale
|
ApiResponse<Object> |
patchNamespacedCustomObjectScaleWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified namespace scoped custom object
|
Object |
patchNamespacedCustomObjectStatus(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified namespace scoped custom object
|
okhttp3.Call |
patchNamespacedCustomObjectStatusAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update status of the specified namespace scoped custom object
|
okhttp3.Call |
patchNamespacedCustomObjectStatusCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCustomObjectStatus
|
ApiResponse<Object> |
patchNamespacedCustomObjectStatusWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified namespace scoped custom object
|
ApiResponse<Object> |
patchNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified namespace scoped custom object
|
Object |
replaceClusterCustomObject(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified cluster scoped custom object
|
okhttp3.Call |
replaceClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace the specified cluster scoped custom object
|
okhttp3.Call |
replaceClusterCustomObjectCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterCustomObject
|
Object |
replaceClusterCustomObjectScale(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified cluster scoped custom object
|
okhttp3.Call |
replaceClusterCustomObjectScaleAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace scale of the specified cluster scoped custom object
|
okhttp3.Call |
replaceClusterCustomObjectScaleCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterCustomObjectScale
|
ApiResponse<Object> |
replaceClusterCustomObjectScaleWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified cluster scoped custom object
|
Object |
replaceClusterCustomObjectStatus(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the cluster scoped specified custom object
|
okhttp3.Call |
replaceClusterCustomObjectStatusAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace status of the cluster scoped specified custom object
|
okhttp3.Call |
replaceClusterCustomObjectStatusCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterCustomObjectStatus
|
ApiResponse<Object> |
replaceClusterCustomObjectStatusWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the cluster scoped specified custom object
|
ApiResponse<Object> |
replaceClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified cluster scoped custom object
|
Object |
replaceNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified namespace scoped custom object
|
okhttp3.Call |
replaceNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace the specified namespace scoped custom object
|
okhttp3.Call |
replaceNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCustomObject
|
Object |
replaceNamespacedCustomObjectScale(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified namespace scoped custom object
|
okhttp3.Call |
replaceNamespacedCustomObjectScaleAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace scale of the specified namespace scoped custom object
|
okhttp3.Call |
replaceNamespacedCustomObjectScaleCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCustomObjectScale
|
ApiResponse<Object> |
replaceNamespacedCustomObjectScaleWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified namespace scoped custom object
|
Object |
replaceNamespacedCustomObjectStatus(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the specified namespace scoped custom object
|
okhttp3.Call |
replaceNamespacedCustomObjectStatusAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace status of the specified namespace scoped custom object
|
okhttp3.Call |
replaceNamespacedCustomObjectStatusCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCustomObjectStatus
|
ApiResponse<Object> |
replaceNamespacedCustomObjectStatusWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the specified namespace scoped custom object
|
ApiResponse<Object> |
replaceNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified namespace scoped custom object
|
void |
setApiClient(ApiClient apiClient) |
public CustomObjectsApi()
public CustomObjectsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createClusterCustomObjectCall(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public Object createClusterCustomObject(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public ApiResponse<Object> createClusterCustomObjectWithHttpInfo(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call createClusterCustomObjectAsync(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (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 objectStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call createNamespacedCustomObjectCall(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public Object createNamespacedCustomObject(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public ApiResponse<Object> createNamespacedCustomObjectWithHttpInfo(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call createNamespacedCustomObjectAsync(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)body
- The JSON schema of the Resource to create. (required)pretty
- If 'true', then the output is pretty printed. (optional)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (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 objectStatus Code | Description | Response Headers |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call deleteClusterCustomObjectCall(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object deleteClusterCustomObject(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> deleteClusterCustomObjectWithHttpInfo(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call deleteClusterCustomObjectAsync(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call deleteCollectionClusterCustomObjectCall(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object deleteCollectionClusterCustomObject(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> deleteCollectionClusterCustomObjectWithHttpInfo(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call deleteCollectionClusterCustomObjectAsync(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call deleteCollectionNamespacedCustomObjectCall(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object deleteCollectionNamespacedCustomObject(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> deleteCollectionNamespacedCustomObjectWithHttpInfo(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call deleteCollectionNamespacedCustomObjectAsync(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call deleteNamespacedCustomObjectCall(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object deleteNamespacedCustomObject(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> deleteNamespacedCustomObjectWithHttpInfo(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call deleteNamespacedCustomObjectAsync(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)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)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)body
- (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getClusterCustomObjectCall(String group, String version, String plural, String name, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public Object getClusterCustomObject(String group, String version, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public ApiResponse<Object> getClusterCustomObjectWithHttpInfo(String group, String version, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public okhttp3.Call getClusterCustomObjectAsync(String group, String version, String plural, String name, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public okhttp3.Call getClusterCustomObjectScaleCall(String group, String version, String plural, String name, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object getClusterCustomObjectScale(String group, String version, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> getClusterCustomObjectScaleWithHttpInfo(String group, String version, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getClusterCustomObjectScaleAsync(String group, String version, String plural, String name, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getClusterCustomObjectStatusCall(String group, String version, String plural, String name, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object getClusterCustomObjectStatus(String group, String version, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> getClusterCustomObjectStatusWithHttpInfo(String group, String version, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getClusterCustomObjectStatusAsync(String group, String version, String plural, String name, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getNamespacedCustomObjectCall(String group, String version, String namespace, String plural, String name, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public Object getNamespacedCustomObject(String group, String version, String namespace, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public ApiResponse<Object> getNamespacedCustomObjectWithHttpInfo(String group, String version, String namespace, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public okhttp3.Call getNamespacedCustomObjectAsync(String group, String version, String namespace, String plural, String name, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | A single Resource | - |
401 | Unauthorized | - |
public okhttp3.Call getNamespacedCustomObjectScaleCall(String group, String version, String namespace, String plural, String name, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object getNamespacedCustomObjectScale(String group, String version, String namespace, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> getNamespacedCustomObjectScaleWithHttpInfo(String group, String version, String namespace, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getNamespacedCustomObjectScaleAsync(String group, String version, String namespace, String plural, String name, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getNamespacedCustomObjectStatusCall(String group, String version, String namespace, String plural, String name, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object getNamespacedCustomObjectStatus(String group, String version, String namespace, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> getNamespacedCustomObjectStatusWithHttpInfo(String group, String version, String namespace, String plural, String name) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getNamespacedCustomObjectStatusAsync(String group, String version, String namespace, String plural, String name, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call listClusterCustomObjectCall(String group, String version, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object listClusterCustomObject(String group, String version, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> listClusterCustomObjectWithHttpInfo(String group, String version, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call listClusterCustomObjectAsync(String group, String version, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<Object> _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call listNamespacedCustomObjectCall(String group, String version, String namespace, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object listNamespacedCustomObject(String group, String version, String namespace, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> listNamespacedCustomObjectWithHttpInfo(String group, String version, String namespace, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call listNamespacedCustomObjectAsync(String group, String version, String namespace, String plural, String pretty, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch, ApiCallback<Object> _callback) throws ApiException
group
- The custom resource's group name (required)version
- The custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- The custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)pretty
- If 'true', then the output is pretty printed. (optional)_continue
- The continue option should be set when retrieving more results from the
server. Since this value is server defined, clients may only use the continue value from a
previous query result with identical query parameters (except for the value of continue)
and the server may reject a continue value it does not recognize. If the specified continue
value is no longer valid whether due to expiration (generally five to fifteen minutes) or a
configuration change on the server, the server will respond with a 410 ResourceExpired
error together with a continue token. If the client needs a consistent list, it must
restart their list without the continue field. Otherwise, the client may send another list
request with the token received with the 410 error, the server will respond with a list
starting from the next key, but from the latest snapshot, which is inconsistent from the
previous list results - objects that are created, modified, or deleted after the first list
request will be included in the response, as long as their keys are after the \"next
key\". This field is not supported when watch is true. Clients may start a watch from
the last resourceVersion value returned by the server and not miss any modifications.
(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)limit
- limit is a maximum number of responses to return for a list call. If more items
exist, the server will set the `continue` field on the list metadata to a value
that can be used with the same initial query to retrieve the next set of results. Setting a
limit may return fewer than the requested amount of items (up to zero items) in the event
all requested objects are filtered out and clients should only use the presence of the
continue field to determine whether more results are available. Servers may choose not to
support the limit argument and will return all of the available results. If limit is
specified and the continue field is empty, clients may assume that no more results are
available. This field is not supported if watch is true. The server guarantees that the
objects returned when using continue will be identical to issuing a single list call
without a limit - that is, no objects created, modified, or deleted after the first request
is issued will be included in any subsequent continued requests. This is sometimes referred
to as a consistent snapshot, and ensures that a client that is using limit to receive
smaller chunks of a very large result can ensure they see all possible objects. If objects
are updated during a chunked list the version of the object that was present at the time
the first list result was calculated is returned. (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. This limits the duration of the call,
regardless of any activity or inactivity. (optional)watch
- Watch for changes to the described resources and return them as a stream of add,
update, and remove notifications. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchClusterCustomObjectCall(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object patchClusterCustomObject(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> patchClusterCustomObjectWithHttpInfo(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchClusterCustomObjectAsync(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchClusterCustomObjectScaleCall(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object patchClusterCustomObjectScale(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> patchClusterCustomObjectScaleWithHttpInfo(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchClusterCustomObjectScaleAsync(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchClusterCustomObjectStatusCall(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object patchClusterCustomObjectStatus(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> patchClusterCustomObjectStatusWithHttpInfo(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchClusterCustomObjectStatusAsync(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchNamespacedCustomObjectCall(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object patchNamespacedCustomObject(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> patchNamespacedCustomObjectWithHttpInfo(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchNamespacedCustomObjectAsync(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to patch. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchNamespacedCustomObjectScaleCall(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object patchNamespacedCustomObjectScale(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> patchNamespacedCustomObjectScaleWithHttpInfo(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchNamespacedCustomObjectScaleAsync(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchNamespacedCustomObjectStatusCall(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object patchNamespacedCustomObjectStatus(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> patchNamespacedCustomObjectStatusWithHttpInfo(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call patchNamespacedCustomObjectStatusAsync(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is
required for apply requests (application/apply-patch) but optional for non-apply patch
types (JsonPatch, MergePatch, StrategicMergePatch). (optional)force
- Force is going to \"force\" Apply requests. It means user will
re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply
patch requests. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call replaceClusterCustomObjectCall(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object replaceClusterCustomObject(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> replaceClusterCustomObjectWithHttpInfo(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call replaceClusterCustomObjectAsync(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom object's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call replaceClusterCustomObjectScaleCall(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public Object replaceClusterCustomObjectScale(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public ApiResponse<Object> replaceClusterCustomObjectScaleWithHttpInfo(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call replaceClusterCustomObjectScaleAsync(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call replaceClusterCustomObjectStatusCall(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public Object replaceClusterCustomObjectStatus(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public ApiResponse<Object> replaceClusterCustomObjectStatusWithHttpInfo(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call replaceClusterCustomObjectStatusAsync(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call replaceNamespacedCustomObjectCall(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public Object replaceNamespacedCustomObject(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<Object> replaceNamespacedCustomObjectWithHttpInfo(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call replaceNamespacedCustomObjectAsync(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- The JSON schema of the Resource to replace. (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call replaceNamespacedCustomObjectScaleCall(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public Object replaceNamespacedCustomObjectScale(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public ApiResponse<Object> replaceNamespacedCustomObjectScaleWithHttpInfo(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call replaceNamespacedCustomObjectScaleAsync(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call replaceNamespacedCustomObjectStatusCall(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public Object replaceNamespacedCustomObjectStatus(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public ApiResponse<Object> replaceNamespacedCustomObjectStatusWithHttpInfo(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
public okhttp3.Call replaceNamespacedCustomObjectStatusAsync(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) throws ApiException
group
- the custom resource's group (required)version
- the custom resource's version (required)namespace
- The custom resource's namespace (required)plural
- the custom resource's plural name. For TPRs this would be lowercase plural
kind. (required)name
- the custom object's name (required)body
- (required)dryRun
- When present, indicates that modifications should not be persisted. An invalid or
unrecognized dryRun directive will result in an error response and no further processing of
the request. Valid values are: - All: all dry run stages will be processed (optional)fieldManager
- fieldManager is a name associated with the actor or entity that is making
these changes. The value must be less than or 128 characters long, and only contain
printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
201 | Created | - |
401 | Unauthorized | - |
Copyright © 2020. All rights reserved.