Uses of Class
io.kubernetes.client.openapi.models.V1beta1DeviceClass
Packages that use V1beta1DeviceClass
-
Uses of V1beta1DeviceClass in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1DeviceClassModifier and TypeMethodDescriptionResourceV1beta1Api.createDeviceClass
(V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1beta1Api.deleteDeviceClass
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceClassResourceV1beta1Api.patchDeviceClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceClassResourceV1beta1Api.readDeviceClass
(String name, String pretty) read the specified DeviceClassResourceV1beta1Api.replaceDeviceClass
(String name, V1beta1DeviceClass 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 V1beta1DeviceClassModifier and TypeMethodDescriptionResourceV1beta1Api.createDeviceClassWithHttpInfo
(V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1beta1Api.deleteDeviceClassWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceClassResourceV1beta1Api.patchDeviceClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceClassResourceV1beta1Api.readDeviceClassWithHttpInfo
(String name, String pretty) read the specified DeviceClassResourceV1beta1Api.replaceDeviceClassWithHttpInfo
(String name, V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta1DeviceClassModifier and TypeMethodDescriptionResourceV1beta1Api.createDeviceClass
(V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassokhttp3.Call
ResourceV1beta1Api.createDeviceClassAsync
(V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1DeviceClass> _callback) (asynchronously) create a DeviceClassokhttp3.Call
ResourceV1beta1Api.createDeviceClassCall
(V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createDeviceClassResourceV1beta1Api.createDeviceClassWithHttpInfo
(V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1beta1Api.replaceDeviceClass
(String name, V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassokhttp3.Call
ResourceV1beta1Api.replaceDeviceClassAsync
(String name, V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1DeviceClass> _callback) (asynchronously) replace the specified DeviceClassokhttp3.Call
ResourceV1beta1Api.replaceDeviceClassCall
(String name, V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceDeviceClassResourceV1beta1Api.replaceDeviceClassWithHttpInfo
(String name, V1beta1DeviceClass 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 V1beta1DeviceClassModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta1Api.createDeviceClassAsync
(V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1DeviceClass> _callback) (asynchronously) create a DeviceClassokhttp3.Call
ResourceV1beta1Api.deleteDeviceClassAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1beta1DeviceClass> _callback) (asynchronously) delete a DeviceClassokhttp3.Call
ResourceV1beta1Api.patchDeviceClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1DeviceClass> _callback) (asynchronously) partially update the specified DeviceClassokhttp3.Call
ResourceV1beta1Api.readDeviceClassAsync
(String name, String pretty, ApiCallback<V1beta1DeviceClass> _callback) (asynchronously) read the specified DeviceClassokhttp3.Call
ResourceV1beta1Api.replaceDeviceClassAsync
(String name, V1beta1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1DeviceClass> _callback) (asynchronously) replace the specified DeviceClass -
Uses of V1beta1DeviceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1DeviceClassModifier and TypeMethodDescriptionV1beta1DeviceClass.apiVersion
(String apiVersion) V1beta1DeviceClass.metadata
(V1ObjectMeta metadata) V1beta1DeviceClass.spec
(V1beta1DeviceClassSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1DeviceClassModifier and TypeMethodDescriptionV1beta1DeviceClassList.getItems()
Items is the list of resource classes.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1DeviceClassModifier and TypeMethodDescriptionV1beta1DeviceClassList.addItemsItem
(V1beta1DeviceClass itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1DeviceClassModifier and TypeMethodDescriptionV1beta1DeviceClassList.items
(List<V1beta1DeviceClass> items) void
V1beta1DeviceClassList.setItems
(List<V1beta1DeviceClass> items)