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.APIlistEndpointsForAllNamespacesRequest.execute()
Execute listEndpointsForAllNamespaces requestCoreV1Api.APIlistNamespacedEndpointsRequest.execute()
Execute listNamespacedEndpoints requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointsListModifier and TypeMethodDescriptionCoreV1Api.APIlistEndpointsForAllNamespacesRequest.executeWithHttpInfo()
Execute listEndpointsForAllNamespaces request with HTTP info returnedCoreV1Api.APIlistNamespacedEndpointsRequest.executeWithHttpInfo()
Execute listNamespacedEndpoints request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointsListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIlistEndpointsForAllNamespacesRequest.executeAsync
(ApiCallback<V1EndpointsList> _callback) Execute listEndpointsForAllNamespaces request (asynchronously)okhttp3.Call
CoreV1Api.APIlistNamespacedEndpointsRequest.executeAsync
(ApiCallback<V1EndpointsList> _callback) Execute listNamespacedEndpoints request (asynchronously) -
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) static V1EndpointsList
Create an instance of V1EndpointsList given an JSON stringV1EndpointsList.items
(List<V1Endpoints> items) V1EndpointsList.metadata
(V1ListMeta metadata)