Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1EventList |
EventsV1beta1Api.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
|
V1beta1EventList |
EventsV1beta1Api.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<V1beta1EventList> |
EventsV1beta1Api.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<V1beta1EventList> |
EventsV1beta1Api.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 |
EventsV1beta1Api.listEventForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
EventsV1beta1Api.listNamespacedEventAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
Modifier and Type | Method and Description |
---|---|
V1beta1EventList |
V1beta1EventList.addItemsItem(V1beta1Event itemsItem) |
V1beta1EventList |
V1beta1EventList.apiVersion(String apiVersion) |
V1beta1EventList |
V1beta1EventListBuilder.build() |
V1beta1EventList |
V1beta1EventList.items(List<V1beta1Event> items) |
V1beta1EventList |
V1beta1EventList.kind(String kind) |
V1beta1EventList |
V1beta1EventList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1beta1EventListBuilder(V1beta1EventList instance) |
V1beta1EventListBuilder(V1beta1EventList instance,
Boolean validationEnabled) |
V1beta1EventListBuilder(V1beta1EventListFluent<?> fluent,
V1beta1EventList instance) |
V1beta1EventListBuilder(V1beta1EventListFluent<?> fluent,
V1beta1EventList instance,
Boolean validationEnabled) |
V1beta1EventListFluentImpl(V1beta1EventList instance) |
Copyright © 2020. All rights reserved.