Uses of Class
io.kubernetes.client.openapi.models.V1DeviceClass
Packages that use V1DeviceClass
-
Uses of V1DeviceClass in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1DeviceClassModifier and TypeMethodDescriptionResourceV1Api.createDeviceClass(V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1Api.deleteDeviceClass(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceClassResourceV1Api.patchDeviceClass(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceClassResourceV1Api.readDeviceClass(String name, String pretty) read the specified DeviceClassResourceV1Api.replaceDeviceClass(String name, V1DeviceClass 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 V1DeviceClassModifier and TypeMethodDescriptionResourceV1Api.createDeviceClassWithHttpInfo(V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1Api.deleteDeviceClassWithHttpInfo(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceClassResourceV1Api.patchDeviceClassWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceClassResourceV1Api.readDeviceClassWithHttpInfo(String name, String pretty) read the specified DeviceClassResourceV1Api.replaceDeviceClassWithHttpInfo(String name, V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassMethods in io.kubernetes.client.openapi.apis with parameters of type V1DeviceClassModifier and TypeMethodDescriptionResourceV1Api.createDeviceClass(V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassokhttp3.CallResourceV1Api.createDeviceClassAsync(V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1DeviceClass> _callback) (asynchronously) create a DeviceClassokhttp3.CallResourceV1Api.createDeviceClassCall(V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createDeviceClassResourceV1Api.createDeviceClassWithHttpInfo(V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceClassResourceV1Api.replaceDeviceClass(String name, V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceClassokhttp3.CallResourceV1Api.replaceDeviceClassAsync(String name, V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1DeviceClass> _callback) (asynchronously) replace the specified DeviceClassokhttp3.CallResourceV1Api.replaceDeviceClassCall(String name, V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceDeviceClassResourceV1Api.replaceDeviceClassWithHttpInfo(String name, V1DeviceClass 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 V1DeviceClassModifier and TypeMethodDescriptionokhttp3.CallResourceV1Api.createDeviceClassAsync(V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1DeviceClass> _callback) (asynchronously) create a DeviceClassokhttp3.CallResourceV1Api.deleteDeviceClassAsync(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1DeviceClass> _callback) (asynchronously) delete a DeviceClassokhttp3.CallResourceV1Api.patchDeviceClassAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1DeviceClass> _callback) (asynchronously) partially update the specified DeviceClassokhttp3.CallResourceV1Api.readDeviceClassAsync(String name, String pretty, ApiCallback<V1DeviceClass> _callback) (asynchronously) read the specified DeviceClassokhttp3.CallResourceV1Api.replaceDeviceClassAsync(String name, V1DeviceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1DeviceClass> _callback) (asynchronously) replace the specified DeviceClass -
Uses of V1DeviceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeviceClassModifier and TypeMethodDescriptionV1DeviceClass.apiVersion(String apiVersion) V1DeviceClass.metadata(V1ObjectMeta metadata) V1DeviceClass.spec(V1DeviceClassSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1DeviceClassModifier and TypeMethodDescriptionV1DeviceClassList.getItems()Items is the list of resource classes.Methods in io.kubernetes.client.openapi.models with parameters of type V1DeviceClassMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1DeviceClassModifier and TypeMethodDescriptionV1DeviceClassList.items(List<V1DeviceClass> items) voidV1DeviceClassList.setItems(List<V1DeviceClass> items)