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.APIcreateDeviceClassRequest.execute()
Execute createDeviceClass requestResourceV1beta2Api.APIdeleteDeviceClassRequest.execute()
Execute deleteDeviceClass requestResourceV1beta2Api.APIpatchDeviceClassRequest.execute()
Execute patchDeviceClass requestResourceV1beta2Api.APIreadDeviceClassRequest.execute()
Execute readDeviceClass requestResourceV1beta2Api.APIreplaceDeviceClassRequest.execute()
Execute replaceDeviceClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta2DeviceClassModifier and TypeMethodDescriptionResourceV1beta2Api.APIcreateDeviceClassRequest.executeWithHttpInfo()
Execute createDeviceClass request with HTTP info returnedResourceV1beta2Api.APIdeleteDeviceClassRequest.executeWithHttpInfo()
Execute deleteDeviceClass request with HTTP info returnedResourceV1beta2Api.APIpatchDeviceClassRequest.executeWithHttpInfo()
Execute patchDeviceClass request with HTTP info returnedResourceV1beta2Api.APIreadDeviceClassRequest.executeWithHttpInfo()
Execute readDeviceClass request with HTTP info returnedResourceV1beta2Api.APIreplaceDeviceClassRequest.executeWithHttpInfo()
Execute replaceDeviceClass request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta2DeviceClassModifier and TypeMethodDescriptionResourceV1beta2Api.createDeviceClass
(V1beta2DeviceClass body) create a DeviceClassResourceV1beta2Api.replaceDeviceClass
(String name, V1beta2DeviceClass body) replace the specified DeviceClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta2DeviceClassModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta2Api.APIcreateDeviceClassRequest.executeAsync
(ApiCallback<V1beta2DeviceClass> _callback) Execute createDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta2Api.APIdeleteDeviceClassRequest.executeAsync
(ApiCallback<V1beta2DeviceClass> _callback) Execute deleteDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta2Api.APIpatchDeviceClassRequest.executeAsync
(ApiCallback<V1beta2DeviceClass> _callback) Execute patchDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta2Api.APIreadDeviceClassRequest.executeAsync
(ApiCallback<V1beta2DeviceClass> _callback) Execute readDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta2Api.APIreplaceDeviceClassRequest.executeAsync
(ApiCallback<V1beta2DeviceClass> _callback) Execute replaceDeviceClass request (asynchronously) -
Uses of V1beta2DeviceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceClassModifier and TypeMethodDescriptionV1beta2DeviceClass.apiVersion
(String apiVersion) static V1beta2DeviceClass
Create an instance of V1beta2DeviceClass given an JSON stringV1beta2DeviceClass.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)