| Package | Description |
|---|---|
| com.appscode.searchlight.client.apis | |
| com.appscode.searchlight.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.createNamespacedPodAlert(String namespace,
V1alpha1PodAlert body,
String pretty)
create a PodAlert
|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.patchNamespacedPodAlert(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodAlert
|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.readNamespacedPodAlert(String name,
String namespace,
String pretty)
read the specified PodAlert
|
V1alpha1PodAlert |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedPodAlert(String name,
String namespace,
V1alpha1PodAlert body,
String pretty)
replace the specified PodAlert
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.createNamespacedPodAlertWithHttpInfo(String namespace,
V1alpha1PodAlert body,
String pretty)
create a PodAlert
|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedPodAlertWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodAlert
|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.readNamespacedPodAlertWithHttpInfo(String name,
String namespace,
String pretty)
read the specified PodAlert
|
ApiResponse<V1alpha1PodAlert> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedPodAlertWithHttpInfo(String name,
String namespace,
V1alpha1PodAlert body,
String pretty)
replace the specified PodAlert
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedPodAlertAsync(String namespace,
V1alpha1PodAlert body,
String pretty,
ApiCallback<V1alpha1PodAlert> callback)
(asynchronously)
create a 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.readNamespacedPodAlertAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1PodAlert> callback)
(asynchronously)
read 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
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PodAlert |
V1alpha1PodAlert.apiVersion(String apiVersion) |
V1alpha1PodAlert |
V1alpha1PodAlert.kind(String kind) |
V1alpha1PodAlert |
V1alpha1PodAlert.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1PodAlert |
V1alpha1PodAlert.spec(V1alpha1PodAlertSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1PodAlert> |
V1alpha1PodAlertList.getItems()
Items is the list of PodAlert.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PodAlertList |
V1alpha1PodAlertList.addItemsItem(V1alpha1PodAlert itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PodAlertList |
V1alpha1PodAlertList.items(List<V1alpha1PodAlert> items) |
void |
V1alpha1PodAlertList.setItems(List<V1alpha1PodAlert> items) |
Copyright © 2018. All rights reserved.