Uses of Class
io.kubernetes.client.openapi.models.V1beta2ResourceSlice
Packages that use V1beta2ResourceSlice
-
Uses of V1beta2ResourceSlice in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta2ResourceSliceModifier and TypeMethodDescriptionResourceV1beta2Api.createResourceSlice
(V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceResourceV1beta2Api.deleteResourceSlice
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceSliceResourceV1beta2Api.patchResourceSlice
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceSliceResourceV1beta2Api.readResourceSlice
(String name, String pretty) read the specified ResourceSliceResourceV1beta2Api.replaceResourceSlice
(String name, V1beta2ResourceSlice 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 V1beta2ResourceSliceModifier and TypeMethodDescriptionResourceV1beta2Api.createResourceSliceWithHttpInfo
(V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceResourceV1beta2Api.deleteResourceSliceWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceSliceResourceV1beta2Api.patchResourceSliceWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceSliceResourceV1beta2Api.readResourceSliceWithHttpInfo
(String name, String pretty) read the specified ResourceSliceResourceV1beta2Api.replaceResourceSliceWithHttpInfo
(String name, V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceSliceMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta2ResourceSliceModifier and TypeMethodDescriptionResourceV1beta2Api.createResourceSlice
(V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceokhttp3.Call
ResourceV1beta2Api.createResourceSliceAsync
(V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2ResourceSlice> _callback) (asynchronously) create a ResourceSliceokhttp3.Call
ResourceV1beta2Api.createResourceSliceCall
(V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createResourceSliceResourceV1beta2Api.createResourceSliceWithHttpInfo
(V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceSliceResourceV1beta2Api.replaceResourceSlice
(String name, V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceSliceokhttp3.Call
ResourceV1beta2Api.replaceResourceSliceAsync
(String name, V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2ResourceSlice> _callback) (asynchronously) replace the specified ResourceSliceokhttp3.Call
ResourceV1beta2Api.replaceResourceSliceCall
(String name, V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceResourceSliceResourceV1beta2Api.replaceResourceSliceWithHttpInfo
(String name, V1beta2ResourceSlice 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 V1beta2ResourceSliceModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta2Api.createResourceSliceAsync
(V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2ResourceSlice> _callback) (asynchronously) create a ResourceSliceokhttp3.Call
ResourceV1beta2Api.deleteResourceSliceAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1beta2ResourceSlice> _callback) (asynchronously) delete a ResourceSliceokhttp3.Call
ResourceV1beta2Api.patchResourceSliceAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta2ResourceSlice> _callback) (asynchronously) partially update the specified ResourceSliceokhttp3.Call
ResourceV1beta2Api.readResourceSliceAsync
(String name, String pretty, ApiCallback<V1beta2ResourceSlice> _callback) (asynchronously) read the specified ResourceSliceokhttp3.Call
ResourceV1beta2Api.replaceResourceSliceAsync
(String name, V1beta2ResourceSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2ResourceSlice> _callback) (asynchronously) replace the specified ResourceSlice -
Uses of V1beta2ResourceSlice in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2ResourceSliceModifier and TypeMethodDescriptionV1beta2ResourceSlice.apiVersion
(String apiVersion) V1beta2ResourceSlice.metadata
(V1ObjectMeta metadata) V1beta2ResourceSlice.spec
(V1beta2ResourceSliceSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2ResourceSliceModifier and TypeMethodDescriptionV1beta2ResourceSliceList.getItems()
Items is the list of resource ResourceSlices.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2ResourceSliceModifier and TypeMethodDescriptionV1beta2ResourceSliceList.addItemsItem
(V1beta2ResourceSlice itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2ResourceSliceModifier and TypeMethodDescriptionV1beta2ResourceSliceList.items
(List<V1beta2ResourceSlice> items) void
V1beta2ResourceSliceList.setItems
(List<V1beta2ResourceSlice> items)