Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1EventList |
CoreV1Api.listEventForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
V1EventList |
CoreV1Api.listNamespacedEvent(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1EventList> |
CoreV1Api.listEventForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
ApiResponse<V1EventList> |
CoreV1Api.listNamespacedEventWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
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,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EventList> _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,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
Modifier and Type | Method and Description |
---|---|
V1EventList |
V1EventList.addItemsItem(V1Event itemsItem) |
V1EventList |
V1EventList.apiVersion(String apiVersion) |
V1EventList |
V1EventListBuilder.build() |
V1EventList |
V1EventList.items(List<V1Event> items) |
V1EventList |
V1EventList.kind(String kind) |
V1EventList |
V1EventList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1EventListBuilder(V1EventList instance) |
V1EventListBuilder(V1EventList instance,
Boolean validationEnabled) |
V1EventListBuilder(V1EventListFluent<?> fluent,
V1EventList instance) |
V1EventListBuilder(V1EventListFluent<?> fluent,
V1EventList instance,
Boolean validationEnabled) |
V1EventListFluentImpl(V1EventList instance) |
Copyright © 2020. All rights reserved.