Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Event |
CoreV1Api.createNamespacedEvent(String namespace,
V1Event body,
String pretty)
create an Event
|
V1Event |
CoreV1Api.patchNamespacedEvent(String name,
String namespace,
Object body,
String pretty)
partially update the specified Event
|
V1Event |
CoreV1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
V1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
V1Event body,
String pretty)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
V1Event body,
String pretty)
create an Event
|
ApiResponse<V1Event> |
CoreV1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Event
|
ApiResponse<V1Event> |
CoreV1Api.readNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
ApiResponse<V1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1Event body,
String pretty)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
V1Event |
CoreV1Api.createNamespacedEvent(String namespace,
V1Event body,
String pretty)
create an Event
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
V1Event body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
create an Event
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEventCall(String namespace,
V1Event body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
V1Event body,
String pretty)
create an Event
|
V1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
V1Event body,
String pretty)
replace the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1Event body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
replace the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEventCall(String name,
String namespace,
V1Event body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1Event body,
String pretty)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
V1Event body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
create an Event
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedEventAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
partially update the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Event> callback)
(asynchronously)
read the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1Event body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
V1Event |
V1Event.action(String action) |
V1Event |
V1Event.apiVersion(String apiVersion) |
V1Event |
V1Event.count(Integer count) |
V1Event |
V1Event.eventTime(org.joda.time.DateTime eventTime) |
V1Event |
V1Event.firstTimestamp(org.joda.time.DateTime firstTimestamp) |
V1Event |
V1Event.involvedObject(V1ObjectReference involvedObject) |
V1Event |
V1Event.kind(String kind) |
V1Event |
V1Event.lastTimestamp(org.joda.time.DateTime lastTimestamp) |
V1Event |
V1Event.message(String message) |
V1Event |
V1Event.metadata(V1ObjectMeta metadata) |
V1Event |
V1Event.reason(String reason) |
V1Event |
V1Event.related(V1ObjectReference related) |
V1Event |
V1Event.reportingComponent(String reportingComponent) |
V1Event |
V1Event.reportingInstance(String reportingInstance) |
V1Event |
V1Event.series(V1EventSeries series) |
V1Event |
V1Event.source(V1EventSource source) |
V1Event |
V1Event.type(String type) |
Modifier and Type | Method and Description |
---|---|
List<V1Event> |
V1EventList.getItems()
List of events
|
Modifier and Type | Method and Description |
---|---|
V1EventList |
V1EventList.addItemsItem(V1Event itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1EventList |
V1EventList.items(List<V1Event> items) |
void |
V1EventList.setItems(List<V1Event> items) |
Copyright © 2018. All rights reserved.