Uses of Class
io.kubernetes.client.openapi.models.V1alpha2ResourceSlice
Packages that use V1alpha2ResourceSlice
-
Uses of V1alpha2ResourceSlice in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2ResourceSliceModifier and TypeMethodDescriptionResourceV1alpha2Api.createResourceSlice
(V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceResourceV1alpha2Api.deleteResourceSlice
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceSliceResourceV1alpha2Api.patchResourceSlice
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceSliceResourceV1alpha2Api.readResourceSlice
(String name, String pretty) read the specified ResourceSliceResourceV1alpha2Api.replaceResourceSlice
(String name, V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceSliceMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2ResourceSliceModifier and TypeMethodDescriptionResourceV1alpha2Api.createResourceSliceWithHttpInfo
(V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceResourceV1alpha2Api.deleteResourceSliceWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceSliceResourceV1alpha2Api.patchResourceSliceWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceSliceResourceV1alpha2Api.readResourceSliceWithHttpInfo
(String name, String pretty) read the specified ResourceSliceResourceV1alpha2Api.replaceResourceSliceWithHttpInfo
(String name, V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceSliceMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha2ResourceSliceModifier and TypeMethodDescriptionResourceV1alpha2Api.createResourceSlice
(V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceokhttp3.Call
ResourceV1alpha2Api.createResourceSliceAsync
(V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceSlice> _callback) (asynchronously) create a ResourceSliceokhttp3.Call
ResourceV1alpha2Api.createResourceSliceCall
(V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createResourceSliceResourceV1alpha2Api.createResourceSliceWithHttpInfo
(V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceResourceV1alpha2Api.replaceResourceSlice
(String name, V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceSliceokhttp3.Call
ResourceV1alpha2Api.replaceResourceSliceAsync
(String name, V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceSlice> _callback) (asynchronously) replace the specified ResourceSliceokhttp3.Call
ResourceV1alpha2Api.replaceResourceSliceCall
(String name, V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceResourceSliceResourceV1alpha2Api.replaceResourceSliceWithHttpInfo
(String name, V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceSliceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2ResourceSliceModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.createResourceSliceAsync
(V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceSlice> _callback) (asynchronously) create a ResourceSliceokhttp3.Call
ResourceV1alpha2Api.deleteResourceSliceAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1alpha2ResourceSlice> _callback) (asynchronously) delete a ResourceSliceokhttp3.Call
ResourceV1alpha2Api.patchResourceSliceAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha2ResourceSlice> _callback) (asynchronously) partially update the specified ResourceSliceokhttp3.Call
ResourceV1alpha2Api.readResourceSliceAsync
(String name, String pretty, ApiCallback<V1alpha2ResourceSlice> _callback) (asynchronously) read the specified ResourceSliceokhttp3.Call
ResourceV1alpha2Api.replaceResourceSliceAsync
(String name, V1alpha2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceSlice> _callback) (asynchronously) replace the specified ResourceSlice -
Uses of V1alpha2ResourceSlice in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2ResourceSliceModifier and TypeMethodDescriptionV1alpha2ResourceSlice.apiVersion
(String apiVersion) V1alpha2ResourceSlice.driverName
(String driverName) V1alpha2ResourceSlice.metadata
(V1ObjectMeta metadata) V1alpha2ResourceSlice.namedResources
(V1alpha2NamedResourcesResources namedResources) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2ResourceSliceModifier and TypeMethodDescriptionV1alpha2ResourceSliceList.getItems()
Items is the list of node resource capacity objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2ResourceSliceModifier and TypeMethodDescriptionV1alpha2ResourceSliceList.addItemsItem
(V1alpha2ResourceSlice itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2ResourceSliceModifier and TypeMethodDescriptionV1alpha2ResourceSliceList.items
(List<V1alpha2ResourceSlice> items) void
V1alpha2ResourceSliceList.setItems
(List<V1alpha2ResourceSlice> items)