Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceClass
Packages that use V1beta2DeviceClass
-
Uses of V1beta2DeviceClass in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta2DeviceClassModifier and TypeMethodDescriptionResourceV1beta2Api.createDeviceClass
(V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1beta2Api.deleteDeviceClass
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceClassResourceV1beta2Api.patchDeviceClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceClassResourceV1beta2Api.readDeviceClass
(String name, String pretty) read the specified DeviceClassResourceV1beta2Api.replaceDeviceClass
(String name, V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta2DeviceClassModifier and TypeMethodDescriptionResourceV1beta2Api.createDeviceClassWithHttpInfo
(V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1beta2Api.deleteDeviceClassWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceClassResourceV1beta2Api.patchDeviceClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceClassResourceV1beta2Api.readDeviceClassWithHttpInfo
(String name, String pretty) read the specified DeviceClassResourceV1beta2Api.replaceDeviceClassWithHttpInfo
(String name, V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta2DeviceClassModifier and TypeMethodDescriptionResourceV1beta2Api.createDeviceClass
(V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassokhttp3.Call
ResourceV1beta2Api.createDeviceClassAsync
(V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2DeviceClass> _callback) (asynchronously) create a DeviceClassokhttp3.Call
ResourceV1beta2Api.createDeviceClassCall
(V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createDeviceClassResourceV1beta2Api.createDeviceClassWithHttpInfo
(V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1beta2Api.replaceDeviceClass
(String name, V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassokhttp3.Call
ResourceV1beta2Api.replaceDeviceClassAsync
(String name, V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2DeviceClass> _callback) (asynchronously) replace the specified DeviceClassokhttp3.Call
ResourceV1beta2Api.replaceDeviceClassCall
(String name, V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceDeviceClassResourceV1beta2Api.replaceDeviceClassWithHttpInfo
(String name, V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta2DeviceClassModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta2Api.createDeviceClassAsync
(V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2DeviceClass> _callback) (asynchronously) create a DeviceClassokhttp3.Call
ResourceV1beta2Api.deleteDeviceClassAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1beta2DeviceClass> _callback) (asynchronously) delete a DeviceClassokhttp3.Call
ResourceV1beta2Api.patchDeviceClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta2DeviceClass> _callback) (asynchronously) partially update the specified DeviceClassokhttp3.Call
ResourceV1beta2Api.readDeviceClassAsync
(String name, String pretty, ApiCallback<V1beta2DeviceClass> _callback) (asynchronously) read the specified DeviceClassokhttp3.Call
ResourceV1beta2Api.replaceDeviceClassAsync
(String name, V1beta2DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2DeviceClass> _callback) (asynchronously) replace the specified DeviceClass -
Uses of V1beta2DeviceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceClassModifier and TypeMethodDescriptionV1beta2DeviceClass.apiVersion
(String apiVersion) V1beta2DeviceClass.metadata
(V1ObjectMeta metadata) V1beta2DeviceClass.spec
(V1beta2DeviceClassSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceClassModifier and TypeMethodDescriptionV1beta2DeviceClassList.getItems()
Items is the list of resource classes.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceClassModifier and TypeMethodDescriptionV1beta2DeviceClassList.addItemsItem
(V1beta2DeviceClass itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceClassModifier and TypeMethodDescriptionV1beta2DeviceClassList.items
(List<V1beta2DeviceClass> items) void
V1beta2DeviceClassList.setItems
(List<V1beta2DeviceClass> items)