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