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.createNamespacedEndpointSlice(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EndpointSliceDiscoveryV1Api.patchNamespacedEndpointSlice(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EndpointSliceDiscoveryV1Api.readNamespacedEndpointSlice(String name, String namespace, String pretty) read the specified EndpointSliceDiscoveryV1Api.replaceNamespacedEndpointSlice(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointSliceMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointSliceModifier and TypeMethodDescriptionDiscoveryV1Api.createNamespacedEndpointSliceWithHttpInfo(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EndpointSliceDiscoveryV1Api.patchNamespacedEndpointSliceWithHttpInfo(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EndpointSliceDiscoveryV1Api.readNamespacedEndpointSliceWithHttpInfo(String name, String namespace, String pretty) read the specified EndpointSliceDiscoveryV1Api.replaceNamespacedEndpointSliceWithHttpInfo(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointSliceMethods in io.kubernetes.client.openapi.apis with parameters of type V1EndpointSliceModifier and TypeMethodDescriptionDiscoveryV1Api.createNamespacedEndpointSlice(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EndpointSliceokhttp3.CallDiscoveryV1Api.createNamespacedEndpointSliceAsync(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1EndpointSlice> _callback) (asynchronously) create an EndpointSliceokhttp3.CallDiscoveryV1Api.createNamespacedEndpointSliceCall(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedEndpointSliceDiscoveryV1Api.createNamespacedEndpointSliceWithHttpInfo(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EndpointSliceDiscoveryV1Api.replaceNamespacedEndpointSlice(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointSliceokhttp3.CallDiscoveryV1Api.replaceNamespacedEndpointSliceAsync(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1EndpointSlice> _callback) (asynchronously) replace the specified EndpointSliceokhttp3.CallDiscoveryV1Api.replaceNamespacedEndpointSliceCall(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedEndpointSliceDiscoveryV1Api.replaceNamespacedEndpointSliceWithHttpInfo(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointSliceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointSliceModifier and TypeMethodDescriptionokhttp3.CallDiscoveryV1Api.createNamespacedEndpointSliceAsync(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1EndpointSlice> _callback) (asynchronously) create an EndpointSliceokhttp3.CallDiscoveryV1Api.patchNamespacedEndpointSliceAsync(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1EndpointSlice> _callback) (asynchronously) partially update the specified EndpointSliceokhttp3.CallDiscoveryV1Api.readNamespacedEndpointSliceAsync(String name, String namespace, String pretty, ApiCallback<V1EndpointSlice> _callback) (asynchronously) read the specified EndpointSliceokhttp3.CallDiscoveryV1Api.replaceNamespacedEndpointSliceAsync(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1EndpointSlice> _callback) (asynchronously) replace the specified EndpointSlice -
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) V1EndpointSlice.metadata(V1ObjectMeta metadata) V1EndpointSlice.ports(List<DiscoveryV1EndpointPort> ports) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1EndpointSliceMethods 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) voidV1EndpointSliceList.setItems(List<V1EndpointSlice> items)