| Package | Description |
|---|---|
| com.appscode.searchlight.client.apis | |
| com.appscode.searchlight.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.createNamespacedClusterAlert(String namespace,
V1alpha1ClusterAlert body,
String pretty)
create a ClusterAlert
|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.patchNamespacedClusterAlert(String name,
String namespace,
Object body,
String pretty)
partially update the specified ClusterAlert
|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.readNamespacedClusterAlert(String name,
String namespace,
String pretty)
read the specified ClusterAlert
|
V1alpha1ClusterAlert |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedClusterAlert(String name,
String namespace,
V1alpha1ClusterAlert body,
String pretty)
replace the specified ClusterAlert
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.createNamespacedClusterAlertWithHttpInfo(String namespace,
V1alpha1ClusterAlert body,
String pretty)
create a ClusterAlert
|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedClusterAlertWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ClusterAlert
|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.readNamespacedClusterAlertWithHttpInfo(String name,
String namespace,
String pretty)
read the specified ClusterAlert
|
ApiResponse<V1alpha1ClusterAlert> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedClusterAlertWithHttpInfo(String name,
String namespace,
V1alpha1ClusterAlert body,
String pretty)
replace the specified ClusterAlert
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedClusterAlertAsync(String namespace,
V1alpha1ClusterAlert body,
String pretty,
ApiCallback<V1alpha1ClusterAlert> callback)
(asynchronously)
create a 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.readNamespacedClusterAlertAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1ClusterAlert> callback)
(asynchronously)
read 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
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ClusterAlert |
V1alpha1ClusterAlert.apiVersion(String apiVersion) |
V1alpha1ClusterAlert |
V1alpha1ClusterAlert.kind(String kind) |
V1alpha1ClusterAlert |
V1alpha1ClusterAlert.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1ClusterAlert |
V1alpha1ClusterAlert.spec(V1alpha1ClusterAlertSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1ClusterAlert> |
V1alpha1ClusterAlertList.getItems()
Items is the list of ClusterAlert.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ClusterAlertList |
V1alpha1ClusterAlertList.addItemsItem(V1alpha1ClusterAlert itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ClusterAlertList |
V1alpha1ClusterAlertList.items(List<V1alpha1ClusterAlert> items) |
void |
V1alpha1ClusterAlertList.setItems(List<V1alpha1ClusterAlert> items) |
Copyright © 2018. All rights reserved.