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