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