Uses of Class
io.kubernetes.client.openapi.models.CoreV1EventList
Packages that use CoreV1EventList
-
Uses of CoreV1EventList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return CoreV1EventListModifier and TypeMethodDescriptionCoreV1Api.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 EventCoreV1Api.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 CoreV1EventListModifier and TypeMethodDescriptionCoreV1Api.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 EventCoreV1Api.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 CoreV1EventListModifier and TypeMethodDescriptionokhttp3.CallCoreV1Api.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 Eventokhttp3.CallCoreV1Api.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 -
Uses of CoreV1EventList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return CoreV1EventListModifier and TypeMethodDescriptionCoreV1EventList.addItemsItem(CoreV1Event itemsItem) CoreV1EventList.apiVersion(String apiVersion) CoreV1EventList.items(List<CoreV1Event> items) CoreV1EventList.metadata(V1ListMeta metadata)