public class IncidentsMonitoringAppscodeComV1alpha1Api extends Object
| Constructor and Description |
|---|
IncidentsMonitoringAppscodeComV1alpha1Api() |
IncidentsMonitoringAppscodeComV1alpha1Api(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Acknowledgement |
createNamespacedAcknowledgement(String namespace,
V1alpha1Acknowledgement body,
String pretty)
create an Acknowledgement
|
com.squareup.okhttp.Call |
createNamespacedAcknowledgementAsync(String namespace,
V1alpha1Acknowledgement body,
String pretty,
ApiCallback<V1alpha1Acknowledgement> callback)
(asynchronously)
create an Acknowledgement
|
com.squareup.okhttp.Call |
createNamespacedAcknowledgementCall(String namespace,
V1alpha1Acknowledgement body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedAcknowledgement
|
ApiResponse<V1alpha1Acknowledgement> |
createNamespacedAcknowledgementWithHttpInfo(String namespace,
V1alpha1Acknowledgement body,
String pretty)
create an Acknowledgement
|
io.kubernetes.client.models.V1Status |
deleteNamespacedAcknowledgement(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String pretty,
String propagationPolicy)
delete an Acknowledgement
|
com.squareup.okhttp.Call |
deleteNamespacedAcknowledgementAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String pretty,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete an Acknowledgement
|
com.squareup.okhttp.Call |
deleteNamespacedAcknowledgementCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String pretty,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedAcknowledgement
|
ApiResponse<io.kubernetes.client.models.V1Status> |
deleteNamespacedAcknowledgementWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String pretty,
String propagationPolicy)
delete an Acknowledgement
|
ApiClient |
getApiClient() |
io.kubernetes.client.models.V1APIResourceList |
getAPIResources()
get available resources
|
com.squareup.okhttp.Call |
getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
getAPIResourcesWithHttpInfo()
get available resources
|
void |
setApiClient(ApiClient apiClient) |
public IncidentsMonitoringAppscodeComV1alpha1Api()
public IncidentsMonitoringAppscodeComV1alpha1Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createNamespacedAcknowledgementCall(String namespace, V1alpha1Acknowledgement body, String pretty, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1alpha1Acknowledgement createNamespacedAcknowledgement(String namespace, V1alpha1Acknowledgement body, String pretty) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1alpha1Acknowledgement> createNamespacedAcknowledgementWithHttpInfo(String namespace, V1alpha1Acknowledgement body, String pretty) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createNamespacedAcknowledgementAsync(String namespace, V1alpha1Acknowledgement body, String pretty, ApiCallback<V1alpha1Acknowledgement> callback) throws ApiException
namespace - object name and auth scope, such as for teams and projects (required)body - (required)pretty - If 'true', then the output is pretty printed. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteNamespacedAcknowledgementCall(String name, String namespace, io.kubernetes.client.models.V1DeleteOptions body, Integer gracePeriodSeconds, Boolean orphanDependents, String pretty, String propagationPolicy, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - name of the Acknowledgement (required)namespace - object name and auth scope, such as for teams and projects (required)body - (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)pretty - If 'true', then the output is pretty printed. (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. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic io.kubernetes.client.models.V1Status deleteNamespacedAcknowledgement(String name, String namespace, io.kubernetes.client.models.V1DeleteOptions body, Integer gracePeriodSeconds, Boolean orphanDependents, String pretty, String propagationPolicy) throws ApiException
name - name of the Acknowledgement (required)namespace - object name and auth scope, such as for teams and projects (required)body - (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)pretty - If 'true', then the output is pretty printed. (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. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<io.kubernetes.client.models.V1Status> deleteNamespacedAcknowledgementWithHttpInfo(String name, String namespace, io.kubernetes.client.models.V1DeleteOptions body, Integer gracePeriodSeconds, Boolean orphanDependents, String pretty, String propagationPolicy) throws ApiException
name - name of the Acknowledgement (required)namespace - object name and auth scope, such as for teams and projects (required)body - (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)pretty - If 'true', then the output is pretty printed. (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. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteNamespacedAcknowledgementAsync(String name, String namespace, io.kubernetes.client.models.V1DeleteOptions body, Integer gracePeriodSeconds, Boolean orphanDependents, String pretty, String propagationPolicy, ApiCallback<io.kubernetes.client.models.V1Status> callback) throws ApiException
name - name of the Acknowledgement (required)namespace - object name and auth scope, such as for teams and projects (required)body - (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)pretty - If 'true', then the output is pretty printed. (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. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic io.kubernetes.client.models.V1APIResourceList getAPIResources()
throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<io.kubernetes.client.models.V1APIResourceList> getAPIResourcesWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2018. All rights reserved.