Uses of Class
io.kubernetes.client.openapi.models.V1EndpointSliceList
Packages that use V1EndpointSliceList
-
Uses of V1EndpointSliceList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1EndpointSliceListModifier and TypeMethodDescriptionDiscoveryV1Api.listEndpointSliceForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceDiscoveryV1Api.listNamespacedEndpointSlice
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointSliceListModifier and TypeMethodDescriptionDiscoveryV1Api.listEndpointSliceForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceDiscoveryV1Api.listNamespacedEndpointSliceWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointSliceListModifier and TypeMethodDescriptionokhttp3.Call
DiscoveryV1Api.listEndpointSliceForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1EndpointSliceList> _callback) (asynchronously) list or watch objects of kind EndpointSliceokhttp3.Call
DiscoveryV1Api.listNamespacedEndpointSliceAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1EndpointSliceList> _callback) (asynchronously) list or watch objects of kind EndpointSlice -
Uses of V1EndpointSliceList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointSliceListModifier and TypeMethodDescriptionV1EndpointSliceList.addItemsItem
(V1EndpointSlice itemsItem) V1EndpointSliceList.apiVersion
(String apiVersion) V1EndpointSliceList.items
(List<V1EndpointSlice> items) V1EndpointSliceList.metadata
(V1ListMeta metadata)