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.APIlistEndpointSliceForAllNamespacesRequest.execute()
Execute listEndpointSliceForAllNamespaces requestDiscoveryV1Api.APIlistNamespacedEndpointSliceRequest.execute()
Execute listNamespacedEndpointSlice requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointSliceListModifier and TypeMethodDescriptionDiscoveryV1Api.APIlistEndpointSliceForAllNamespacesRequest.executeWithHttpInfo()
Execute listEndpointSliceForAllNamespaces request with HTTP info returnedDiscoveryV1Api.APIlistNamespacedEndpointSliceRequest.executeWithHttpInfo()
Execute listNamespacedEndpointSlice request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointSliceListModifier and TypeMethodDescriptionokhttp3.Call
DiscoveryV1Api.APIlistEndpointSliceForAllNamespacesRequest.executeAsync
(ApiCallback<V1EndpointSliceList> _callback) Execute listEndpointSliceForAllNamespaces request (asynchronously)okhttp3.Call
DiscoveryV1Api.APIlistNamespacedEndpointSliceRequest.executeAsync
(ApiCallback<V1EndpointSliceList> _callback) Execute listNamespacedEndpointSlice request (asynchronously) -
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) static V1EndpointSliceList
Create an instance of V1EndpointSliceList given an JSON stringV1EndpointSliceList.items
(List<V1EndpointSlice> items) V1EndpointSliceList.metadata
(V1ListMeta metadata)