| Package | Description |
|---|---|
| com.appscode.searchlight.client.apis | |
| com.appscode.searchlight.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.createNamespacedIncident(String namespace,
V1alpha1Incident body,
String pretty)
create an Incident
|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.patchNamespacedIncident(String name,
String namespace,
Object body,
String pretty)
partially update the specified Incident
|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.readNamespacedIncident(String name,
String namespace,
String pretty)
read the specified Incident
|
V1alpha1Incident |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedIncident(String name,
String namespace,
V1alpha1Incident body,
String pretty)
replace the specified Incident
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.createNamespacedIncidentWithHttpInfo(String namespace,
V1alpha1Incident body,
String pretty)
create an Incident
|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.patchNamespacedIncidentWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Incident
|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.readNamespacedIncidentWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Incident
|
ApiResponse<V1alpha1Incident> |
MonitoringAppscodeComV1alpha1Api.replaceNamespacedIncidentWithHttpInfo(String name,
String namespace,
V1alpha1Incident body,
String pretty)
replace the specified Incident
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MonitoringAppscodeComV1alpha1Api.createNamespacedIncidentAsync(String namespace,
V1alpha1Incident body,
String pretty,
ApiCallback<V1alpha1Incident> callback)
(asynchronously)
create an 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.readNamespacedIncidentAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Incident> callback)
(asynchronously)
read 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
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Incident |
V1alpha1Incident.apiVersion(String apiVersion) |
V1alpha1Incident |
V1alpha1Incident.kind(String kind) |
V1alpha1Incident |
V1alpha1Incident.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1Incident |
V1alpha1Incident.status(V1alpha1IncidentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1Incident> |
V1alpha1IncidentList.getItems()
Items is the list of Incident.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1IncidentList |
V1alpha1IncidentList.addItemsItem(V1alpha1Incident itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1IncidentList |
V1alpha1IncidentList.items(List<V1alpha1Incident> items) |
void |
V1alpha1IncidentList.setItems(List<V1alpha1Incident> items) |
Copyright © 2018. All rights reserved.