| Package | Description |
|---|---|
| com.appscode.searchlight.client | |
| com.appscode.searchlight.client.apis |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Acknowledgement |
IncidentsMonitoringAppscodeComV1alpha1Api.createNamespacedAcknowledgement(String namespace,
V1alpha1Acknowledgement body,
String pretty)
create an Acknowledgement
|
com.squareup.okhttp.Call |
IncidentsMonitoringAppscodeComV1alpha1Api.createNamespacedAcknowledgementAsync(String namespace,
V1alpha1Acknowledgement body,
String pretty,
ApiCallback<V1alpha1Acknowledgement> callback)
(asynchronously)
create an Acknowledgement
|
com.squareup.okhttp.Call |
IncidentsMonitoringAppscodeComV1alpha1Api.createNamespacedAcknowledgementCall(String namespace,
V1alpha1Acknowledgement body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedAcknowledgement
|
ApiResponse<V1alpha1Acknowledgement> |
IncidentsMonitoringAppscodeComV1alpha1Api.createNamespacedAcknowledgementWithHttpInfo(String namespace,
V1alpha1Acknowledgement body,
String pretty)
create an Acknowledgement
|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.createNamespacedClusterAlert(String namespace,
V1alpha1ClusterAlert body,
String pretty)
create a ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedClusterAlertAsync(String namespace,
V1alpha1ClusterAlert body,
String pretty,
ApiCallback<V1alpha1ClusterAlert> callback)
(asynchronously)
create a ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedClusterAlertCall(String namespace,
V1alpha1ClusterAlert body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedClusterAlert
|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.createNamespacedClusterAlertWithHttpInfo(String namespace,
V1alpha1ClusterAlert body,
String pretty)
create a ClusterAlert
|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.createNamespacedIncident(String namespace,
V1alpha1Incident body,
String pretty)
create an Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedIncidentAsync(String namespace,
V1alpha1Incident body,
String pretty,
ApiCallback<V1alpha1Incident> callback)
(asynchronously)
create an Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedIncidentCall(String namespace,
V1alpha1Incident body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedIncident
|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.createNamespacedIncidentWithHttpInfo(String namespace,
V1alpha1Incident body,
String pretty)
create an Incident
|
V1alpha1NodeAlert |
MonitoringAppscodeComV1alpha1Api.createNamespacedNodeAlert(String namespace,
V1alpha1NodeAlert body,
String pretty)
create a NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedNodeAlertAsync(String namespace,
V1alpha1NodeAlert body,
String pretty,
ApiCallback<V1alpha1NodeAlert> callback)
(asynchronously)
create a NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedNodeAlertCall(String namespace,
V1alpha1NodeAlert body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedNodeAlert
|
ApiResponse<V1alpha1NodeAlert> |
MonitoringAppscodeComV1alpha1Api.createNamespacedNodeAlertWithHttpInfo(String namespace,
V1alpha1NodeAlert body,
String pretty)
create a NodeAlert
|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.createNamespacedPodAlert(String namespace,
V1alpha1PodAlert body,
String pretty)
create a PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedPodAlertAsync(String namespace,
V1alpha1PodAlert body,
String pretty,
ApiCallback<V1alpha1PodAlert> callback)
(asynchronously)
create a PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedPodAlertCall(String namespace,
V1alpha1PodAlert body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodAlert
|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.createNamespacedPodAlertWithHttpInfo(String namespace,
V1alpha1PodAlert body,
String pretty)
create a PodAlert
|
V1alpha1SearchlightPlugin |
MonitoringAppscodeComV1alpha1Api.createNamespacedSearchlightPlugin(String namespace,
V1alpha1SearchlightPlugin body,
String pretty)
create a SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedSearchlightPluginAsync(String namespace,
V1alpha1SearchlightPlugin body,
String pretty,
ApiCallback<V1alpha1SearchlightPlugin> callback)
(asynchronously)
create a SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedSearchlightPluginCall(String namespace,
V1alpha1SearchlightPlugin body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedSearchlightPlugin
|
ApiResponse<V1alpha1SearchlightPlugin> |
MonitoringAppscodeComV1alpha1Api.createNamespacedSearchlightPluginWithHttpInfo(String namespace,
V1alpha1SearchlightPlugin body,
String pretty)
create a SearchlightPlugin
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedClusterAlert(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedClusterAlertAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedClusterAlertCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedClusterAlert
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedClusterAlertWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterAlert
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedIncident(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedIncidentAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedIncidentCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedIncident
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedIncidentWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Incident
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedNodeAlert(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedNodeAlertAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedNodeAlertCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedNodeAlert
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedNodeAlertWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NodeAlert
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedPodAlert(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedPodAlertAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedPodAlertCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedPodAlert
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedPodAlertWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodAlert
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedSearchlightPlugin(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedSearchlightPluginAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedSearchlightPluginCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedSearchlightPlugin
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteCollectionNamespacedSearchlightPluginWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of SearchlightPlugin
|
io.kubernetes.client.models.V1Status |
IncidentsMonitoringAppscodeComV1alpha1Api.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 |
IncidentsMonitoringAppscodeComV1alpha1Api.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 |
IncidentsMonitoringAppscodeComV1alpha1Api.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> |
IncidentsMonitoringAppscodeComV1alpha1Api.deleteNamespacedAcknowledgementWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String pretty,
String propagationPolicy)
delete an Acknowledgement
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedClusterAlert(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedClusterAlertAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedClusterAlertCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedClusterAlert
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedClusterAlertWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterAlert
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedIncident(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedIncidentAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete an Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedIncidentCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedIncident
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedIncidentWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Incident
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedNodeAlert(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedNodeAlertAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedNodeAlertCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedNodeAlert
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedNodeAlertWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NodeAlert
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedPodAlert(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedPodAlertAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedPodAlertCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedPodAlert
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedPodAlertWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodAlert
|
io.kubernetes.client.models.V1Status |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedSearchlightPlugin(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedSearchlightPluginAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedSearchlightPluginCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedSearchlightPlugin
|
ApiResponse<io.kubernetes.client.models.V1Status> |
MonitoringAppscodeComV1alpha1Api.deleteNamespacedSearchlightPluginWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a SearchlightPlugin
|
io.kubernetes.client.models.V1APIGroup |
IncidentsMonitoringAppscodeComApi.getAPIGroup()
get information of a group
|
io.kubernetes.client.models.V1APIGroup |
MonitoringAppscodeComApi.getAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
IncidentsMonitoringAppscodeComApi.getAPIGroupAsync(ApiCallback<io.kubernetes.client.models.V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
MonitoringAppscodeComApi.getAPIGroupAsync(ApiCallback<io.kubernetes.client.models.V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
IncidentsMonitoringAppscodeComApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
MonitoringAppscodeComApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
ApiResponse<io.kubernetes.client.models.V1APIGroup> |
IncidentsMonitoringAppscodeComApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<io.kubernetes.client.models.V1APIGroup> |
MonitoringAppscodeComApi.getAPIGroupWithHttpInfo()
get information of a group
|
io.kubernetes.client.models.V1APIResourceList |
IncidentsMonitoringAppscodeComV1alpha1Api.getAPIResources()
get available resources
|
io.kubernetes.client.models.V1APIResourceList |
MonitoringAppscodeComV1alpha1Api.getAPIResources()
get available resources
|
com.squareup.okhttp.Call |
IncidentsMonitoringAppscodeComV1alpha1Api.getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
IncidentsMonitoringAppscodeComV1alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
IncidentsMonitoringAppscodeComV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
MonitoringAppscodeComV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
io.kubernetes.client.models.V1APIGroupList |
ApisApi.getAPIVersions()
get available API versions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsAsync(ApiCallback<io.kubernetes.client.models.V1APIGroupList> callback)
(asynchronously)
get available API versions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIVersions
|
ApiResponse<io.kubernetes.client.models.V1APIGroupList> |
ApisApi.getAPIVersionsWithHttpInfo()
get available API versions
|
V1alpha1ClusterAlertList |
MonitoringAppscodeComV1alpha1Api.listClusterAlertForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listClusterAlertForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ClusterAlertList> callback)
(asynchronously)
list or watch objects of kind ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listClusterAlertForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listClusterAlertForAllNamespaces
|
ApiResponse<V1alpha1ClusterAlertList> |
MonitoringAppscodeComV1alpha1Api.listClusterAlertForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterAlert
|
V1alpha1IncidentList |
MonitoringAppscodeComV1alpha1Api.listIncidentForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listIncidentForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1IncidentList> callback)
(asynchronously)
list or watch objects of kind Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listIncidentForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listIncidentForAllNamespaces
|
ApiResponse<V1alpha1IncidentList> |
MonitoringAppscodeComV1alpha1Api.listIncidentForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Incident
|
V1alpha1ClusterAlertList |
MonitoringAppscodeComV1alpha1Api.listNamespacedClusterAlert(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedClusterAlertAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ClusterAlertList> callback)
(asynchronously)
list or watch objects of kind ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedClusterAlertCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedClusterAlert
|
ApiResponse<V1alpha1ClusterAlertList> |
MonitoringAppscodeComV1alpha1Api.listNamespacedClusterAlertWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterAlert
|
V1alpha1IncidentList |
MonitoringAppscodeComV1alpha1Api.listNamespacedIncident(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedIncidentAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1IncidentList> callback)
(asynchronously)
list or watch objects of kind Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedIncidentCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedIncident
|
ApiResponse<V1alpha1IncidentList> |
MonitoringAppscodeComV1alpha1Api.listNamespacedIncidentWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Incident
|
V1alpha1NodeAlertList |
MonitoringAppscodeComV1alpha1Api.listNamespacedNodeAlert(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedNodeAlertAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1NodeAlertList> callback)
(asynchronously)
list or watch objects of kind NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedNodeAlertCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedNodeAlert
|
ApiResponse<V1alpha1NodeAlertList> |
MonitoringAppscodeComV1alpha1Api.listNamespacedNodeAlertWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NodeAlert
|
V1alpha1PodAlertList |
MonitoringAppscodeComV1alpha1Api.listNamespacedPodAlert(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedPodAlertAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodAlertList> callback)
(asynchronously)
list or watch objects of kind PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedPodAlertCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedPodAlert
|
ApiResponse<V1alpha1PodAlertList> |
MonitoringAppscodeComV1alpha1Api.listNamespacedPodAlertWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodAlert
|
V1alpha1SearchlightPluginList |
MonitoringAppscodeComV1alpha1Api.listNamespacedSearchlightPlugin(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedSearchlightPluginAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1SearchlightPluginList> callback)
(asynchronously)
list or watch objects of kind SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNamespacedSearchlightPluginCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedSearchlightPlugin
|
ApiResponse<V1alpha1SearchlightPluginList> |
MonitoringAppscodeComV1alpha1Api.listNamespacedSearchlightPluginWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind SearchlightPlugin
|
V1alpha1NodeAlertList |
MonitoringAppscodeComV1alpha1Api.listNodeAlertForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNodeAlertForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1NodeAlertList> callback)
(asynchronously)
list or watch objects of kind NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listNodeAlertForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNodeAlertForAllNamespaces
|
ApiResponse<V1alpha1NodeAlertList> |
MonitoringAppscodeComV1alpha1Api.listNodeAlertForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NodeAlert
|
V1alpha1PodAlertList |
MonitoringAppscodeComV1alpha1Api.listPodAlertForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listPodAlertForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodAlertList> callback)
(asynchronously)
list or watch objects of kind PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listPodAlertForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPodAlertForAllNamespaces
|
ApiResponse<V1alpha1PodAlertList> |
MonitoringAppscodeComV1alpha1Api.listPodAlertForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodAlert
|
V1alpha1SearchlightPluginList |
MonitoringAppscodeComV1alpha1Api.listSearchlightPluginForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listSearchlightPluginForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1SearchlightPluginList> callback)
(asynchronously)
list or watch objects of kind SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.listSearchlightPluginForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listSearchlightPluginForAllNamespaces
|
ApiResponse<V1alpha1SearchlightPluginList> |
MonitoringAppscodeComV1alpha1Api.listSearchlightPluginForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind SearchlightPlugin
|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.patchNamespacedClusterAlert(String name,
String namespace,
Object body,
String pretty)
partially update the specified ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedClusterAlertAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1ClusterAlert> callback)
(asynchronously)
partially update the specified ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedClusterAlertCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedClusterAlert
|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedClusterAlertWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ClusterAlert
|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.patchNamespacedIncident(String name,
String namespace,
Object body,
String pretty)
partially update the specified Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedIncidentAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Incident> callback)
(asynchronously)
partially update the specified Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedIncidentCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedIncident
|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedIncidentWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Incident
|
V1alpha1NodeAlert |
MonitoringAppscodeComV1alpha1Api.patchNamespacedNodeAlert(String name,
String namespace,
Object body,
String pretty)
partially update the specified NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedNodeAlertAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1NodeAlert> callback)
(asynchronously)
partially update the specified NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedNodeAlertCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedNodeAlert
|
ApiResponse<V1alpha1NodeAlert> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedNodeAlertWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified NodeAlert
|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.patchNamespacedPodAlert(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedPodAlertAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1PodAlert> callback)
(asynchronously)
partially update the specified PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedPodAlertCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPodAlert
|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedPodAlertWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodAlert
|
V1alpha1SearchlightPlugin |
MonitoringAppscodeComV1alpha1Api.patchNamespacedSearchlightPlugin(String name,
String namespace,
Object body,
String pretty)
partially update the specified SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedSearchlightPluginAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1SearchlightPlugin> callback)
(asynchronously)
partially update the specified SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.patchNamespacedSearchlightPluginCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedSearchlightPlugin
|
ApiResponse<V1alpha1SearchlightPlugin> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedSearchlightPluginWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified SearchlightPlugin
|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.readNamespacedClusterAlert(String name,
String namespace,
String pretty)
read the specified ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedClusterAlertAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1ClusterAlert> callback)
(asynchronously)
read the specified ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedClusterAlertCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedClusterAlert
|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.readNamespacedClusterAlertWithHttpInfo(String name,
String namespace,
String pretty)
read the specified ClusterAlert
|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.readNamespacedIncident(String name,
String namespace,
String pretty)
read the specified Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedIncidentAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Incident> callback)
(asynchronously)
read the specified Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedIncidentCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedIncident
|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.readNamespacedIncidentWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Incident
|
V1alpha1NodeAlert |
MonitoringAppscodeComV1alpha1Api.readNamespacedNodeAlert(String name,
String namespace,
String pretty)
read the specified NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedNodeAlertAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1NodeAlert> callback)
(asynchronously)
read the specified NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedNodeAlertCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedNodeAlert
|
ApiResponse<V1alpha1NodeAlert> |
MonitoringAppscodeComV1alpha1Api.readNamespacedNodeAlertWithHttpInfo(String name,
String namespace,
String pretty)
read the specified NodeAlert
|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.readNamespacedPodAlert(String name,
String namespace,
String pretty)
read the specified PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedPodAlertAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1PodAlert> callback)
(asynchronously)
read the specified PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedPodAlertCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedPodAlert
|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.readNamespacedPodAlertWithHttpInfo(String name,
String namespace,
String pretty)
read the specified PodAlert
|
V1alpha1SearchlightPlugin |
MonitoringAppscodeComV1alpha1Api.readNamespacedSearchlightPlugin(String name,
String namespace,
String pretty)
read the specified SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedSearchlightPluginAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1SearchlightPlugin> callback)
(asynchronously)
read the specified SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.readNamespacedSearchlightPluginCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedSearchlightPlugin
|
ApiResponse<V1alpha1SearchlightPlugin> |
MonitoringAppscodeComV1alpha1Api.readNamespacedSearchlightPluginWithHttpInfo(String name,
String namespace,
String pretty)
read the specified SearchlightPlugin
|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedClusterAlert(String name,
String namespace,
V1alpha1ClusterAlert body,
String pretty)
replace the specified ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedClusterAlertAsync(String name,
String namespace,
V1alpha1ClusterAlert body,
String pretty,
ApiCallback<V1alpha1ClusterAlert> callback)
(asynchronously)
replace the specified ClusterAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedClusterAlertCall(String name,
String namespace,
V1alpha1ClusterAlert body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedClusterAlert
|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedClusterAlertWithHttpInfo(String name,
String namespace,
V1alpha1ClusterAlert body,
String pretty)
replace the specified ClusterAlert
|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedIncident(String name,
String namespace,
V1alpha1Incident body,
String pretty)
replace the specified Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedIncidentAsync(String name,
String namespace,
V1alpha1Incident body,
String pretty,
ApiCallback<V1alpha1Incident> callback)
(asynchronously)
replace the specified Incident
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedIncidentCall(String name,
String namespace,
V1alpha1Incident body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedIncident
|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedIncidentWithHttpInfo(String name,
String namespace,
V1alpha1Incident body,
String pretty)
replace the specified Incident
|
V1alpha1NodeAlert |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedNodeAlert(String name,
String namespace,
V1alpha1NodeAlert body,
String pretty)
replace the specified NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedNodeAlertAsync(String name,
String namespace,
V1alpha1NodeAlert body,
String pretty,
ApiCallback<V1alpha1NodeAlert> callback)
(asynchronously)
replace the specified NodeAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedNodeAlertCall(String name,
String namespace,
V1alpha1NodeAlert body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedNodeAlert
|
ApiResponse<V1alpha1NodeAlert> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedNodeAlertWithHttpInfo(String name,
String namespace,
V1alpha1NodeAlert body,
String pretty)
replace the specified NodeAlert
|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedPodAlert(String name,
String namespace,
V1alpha1PodAlert body,
String pretty)
replace the specified PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedPodAlertAsync(String name,
String namespace,
V1alpha1PodAlert body,
String pretty,
ApiCallback<V1alpha1PodAlert> callback)
(asynchronously)
replace the specified PodAlert
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedPodAlertCall(String name,
String namespace,
V1alpha1PodAlert body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodAlert
|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedPodAlertWithHttpInfo(String name,
String namespace,
V1alpha1PodAlert body,
String pretty)
replace the specified PodAlert
|
V1alpha1SearchlightPlugin |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedSearchlightPlugin(String name,
String namespace,
V1alpha1SearchlightPlugin body,
String pretty)
replace the specified SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedSearchlightPluginAsync(String name,
String namespace,
V1alpha1SearchlightPlugin body,
String pretty,
ApiCallback<V1alpha1SearchlightPlugin> callback)
(asynchronously)
replace the specified SearchlightPlugin
|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedSearchlightPluginCall(String name,
String namespace,
V1alpha1SearchlightPlugin body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedSearchlightPlugin
|
ApiResponse<V1alpha1SearchlightPlugin> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedSearchlightPluginWithHttpInfo(String name,
String namespace,
V1alpha1SearchlightPlugin body,
String pretty)
replace the specified SearchlightPlugin
|
Copyright © 2018. All rights reserved.