Uses of Class
io.kubernetes.client.openapi.models.V1EndpointsList
Packages that use V1EndpointsList
-
Uses of V1EndpointsList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1EndpointsListModifier and TypeMethodDescriptionCoreV1Api.listEndpointsForAllNamespaces
(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 EndpointsCoreV1Api.listNamespacedEndpoints
(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 EndpointsMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointsListModifier and TypeMethodDescriptionCoreV1Api.listEndpointsForAllNamespacesWithHttpInfo
(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 EndpointsCoreV1Api.listNamespacedEndpointsWithHttpInfo
(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 EndpointsMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointsListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listEndpointsForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1EndpointsList> _callback) (asynchronously) list or watch objects of kind Endpointsokhttp3.Call
CoreV1Api.listNamespacedEndpointsAsync
(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<V1EndpointsList> _callback) (asynchronously) list or watch objects of kind Endpoints -
Uses of V1EndpointsList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointsListModifier and TypeMethodDescriptionV1EndpointsList.addItemsItem
(V1Endpoints itemsItem) V1EndpointsList.apiVersion
(String apiVersion) V1EndpointsList.items
(List<V1Endpoints> items) V1EndpointsList.metadata
(V1ListMeta metadata)