Uses of Class
io.kubernetes.client.openapi.models.V1EndpointSlice
Packages that use V1EndpointSlice
-
Uses of V1EndpointSlice in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1EndpointSliceModifier and TypeMethodDescriptionDiscoveryV1Api.APIcreateNamespacedEndpointSliceRequest.execute()
Execute createNamespacedEndpointSlice requestDiscoveryV1Api.APIpatchNamespacedEndpointSliceRequest.execute()
Execute patchNamespacedEndpointSlice requestDiscoveryV1Api.APIreadNamespacedEndpointSliceRequest.execute()
Execute readNamespacedEndpointSlice requestDiscoveryV1Api.APIreplaceNamespacedEndpointSliceRequest.execute()
Execute replaceNamespacedEndpointSlice requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointSliceModifier and TypeMethodDescriptionDiscoveryV1Api.APIcreateNamespacedEndpointSliceRequest.executeWithHttpInfo()
Execute createNamespacedEndpointSlice request with HTTP info returnedDiscoveryV1Api.APIpatchNamespacedEndpointSliceRequest.executeWithHttpInfo()
Execute patchNamespacedEndpointSlice request with HTTP info returnedDiscoveryV1Api.APIreadNamespacedEndpointSliceRequest.executeWithHttpInfo()
Execute readNamespacedEndpointSlice request with HTTP info returnedDiscoveryV1Api.APIreplaceNamespacedEndpointSliceRequest.executeWithHttpInfo()
Execute replaceNamespacedEndpointSlice request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1EndpointSliceModifier and TypeMethodDescriptionDiscoveryV1Api.createNamespacedEndpointSlice
(String namespace, V1EndpointSlice body) create an EndpointSliceDiscoveryV1Api.replaceNamespacedEndpointSlice
(String name, String namespace, V1EndpointSlice body) replace the specified EndpointSliceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointSliceModifier and TypeMethodDescriptionokhttp3.Call
DiscoveryV1Api.APIcreateNamespacedEndpointSliceRequest.executeAsync
(ApiCallback<V1EndpointSlice> _callback) Execute createNamespacedEndpointSlice request (asynchronously)okhttp3.Call
DiscoveryV1Api.APIpatchNamespacedEndpointSliceRequest.executeAsync
(ApiCallback<V1EndpointSlice> _callback) Execute patchNamespacedEndpointSlice request (asynchronously)okhttp3.Call
DiscoveryV1Api.APIreadNamespacedEndpointSliceRequest.executeAsync
(ApiCallback<V1EndpointSlice> _callback) Execute readNamespacedEndpointSlice request (asynchronously)okhttp3.Call
DiscoveryV1Api.APIreplaceNamespacedEndpointSliceRequest.executeAsync
(ApiCallback<V1EndpointSlice> _callback) Execute replaceNamespacedEndpointSlice request (asynchronously) -
Uses of V1EndpointSlice in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointSliceModifier and TypeMethodDescriptionV1EndpointSlice.addEndpointsItem
(V1Endpoint endpointsItem) V1EndpointSlice.addPortsItem
(DiscoveryV1EndpointPort portsItem) V1EndpointSlice.addressType
(String addressType) V1EndpointSlice.apiVersion
(String apiVersion) V1EndpointSlice.endpoints
(List<V1Endpoint> endpoints) static V1EndpointSlice
Create an instance of V1EndpointSlice given an JSON stringV1EndpointSlice.metadata
(V1ObjectMeta metadata) V1EndpointSlice.ports
(List<DiscoveryV1EndpointPort> ports) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1EndpointSliceModifier and TypeMethodDescriptionV1EndpointSliceList.getItems()
items is the list of endpoint slicesMethods in io.kubernetes.client.openapi.models with parameters of type V1EndpointSliceMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1EndpointSliceModifier and TypeMethodDescriptionV1EndpointSliceList.items
(List<V1EndpointSlice> items) void
V1EndpointSliceList.setItems
(List<V1EndpointSlice> items)