Uses of Class
io.kubernetes.client.openapi.models.EventsV1EventList
Packages that use EventsV1EventList
-
Uses of EventsV1EventList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return EventsV1EventListModifier and TypeMethodDescriptionEventsV1Api.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 EventEventsV1Api.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 EventMethods in io.kubernetes.client.openapi.apis that return types with arguments of type EventsV1EventListModifier and TypeMethodDescriptionEventsV1Api.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 EventEventsV1Api.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 EventMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type EventsV1EventListModifier and TypeMethodDescriptionokhttp3.Call
EventsV1Api.listEventForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<EventsV1EventList> _callback) (asynchronously) list or watch objects of kind Eventokhttp3.Call
EventsV1Api.listNamespacedEventAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<EventsV1EventList> _callback) (asynchronously) list or watch objects of kind Event -
Uses of EventsV1EventList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return EventsV1EventListModifier and TypeMethodDescriptionEventsV1EventList.addItemsItem
(EventsV1Event itemsItem) EventsV1EventList.apiVersion
(String apiVersion) EventsV1EventList.items
(List<EventsV1Event> items) EventsV1EventList.metadata
(V1ListMeta metadata)