| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
CoreV1EventList |
CoreV1Api.listEventForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
CoreV1EventList |
CoreV1Api.listNamespacedEvent(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CoreV1EventList> |
CoreV1Api.listEventForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
ApiResponse<CoreV1EventList> |
CoreV1Api.listNamespacedEventWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CoreV1Api.listEventForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<CoreV1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
CoreV1Api.listNamespacedEventAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<CoreV1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
| Modifier and Type | Method and Description |
|---|---|
CoreV1EventList |
CoreV1EventList.addItemsItem(CoreV1Event itemsItem) |
CoreV1EventList |
CoreV1EventList.apiVersion(String apiVersion) |
CoreV1EventList |
CoreV1EventListBuilder.build() |
CoreV1EventList |
CoreV1EventList.items(List<CoreV1Event> items) |
CoreV1EventList |
CoreV1EventList.kind(String kind) |
CoreV1EventList |
CoreV1EventList.metadata(V1ListMeta metadata) |
| Constructor and Description |
|---|
CoreV1EventListBuilder(CoreV1EventList instance) |
CoreV1EventListBuilder(CoreV1EventList instance,
Boolean validationEnabled) |
CoreV1EventListBuilder(CoreV1EventListFluent<?> fluent,
CoreV1EventList instance) |
CoreV1EventListBuilder(CoreV1EventListFluent<?> fluent,
CoreV1EventList instance,
Boolean validationEnabled) |
CoreV1EventListFluentImpl(CoreV1EventList instance) |
Copyright © 2020. All rights reserved.