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.APIcreateDeviceClassRequest.execute()
Execute createDeviceClass requestResourceV1alpha3Api.APIdeleteDeviceClassRequest.execute()
Execute deleteDeviceClass requestResourceV1alpha3Api.APIpatchDeviceClassRequest.execute()
Execute patchDeviceClass requestResourceV1alpha3Api.APIreadDeviceClassRequest.execute()
Execute readDeviceClass requestResourceV1alpha3Api.APIreplaceDeviceClassRequest.execute()
Execute replaceDeviceClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha3DeviceClassModifier and TypeMethodDescriptionResourceV1alpha3Api.APIcreateDeviceClassRequest.executeWithHttpInfo()
Execute createDeviceClass request with HTTP info returnedResourceV1alpha3Api.APIdeleteDeviceClassRequest.executeWithHttpInfo()
Execute deleteDeviceClass request with HTTP info returnedResourceV1alpha3Api.APIpatchDeviceClassRequest.executeWithHttpInfo()
Execute patchDeviceClass request with HTTP info returnedResourceV1alpha3Api.APIreadDeviceClassRequest.executeWithHttpInfo()
Execute readDeviceClass request with HTTP info returnedResourceV1alpha3Api.APIreplaceDeviceClassRequest.executeWithHttpInfo()
Execute replaceDeviceClass request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha3DeviceClassModifier and TypeMethodDescriptionResourceV1alpha3Api.createDeviceClass
(V1alpha3DeviceClass body) create a DeviceClassResourceV1alpha3Api.replaceDeviceClass
(String name, V1alpha3DeviceClass body) replace the specified DeviceClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha3DeviceClassModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha3Api.APIcreateDeviceClassRequest.executeAsync
(ApiCallback<V1alpha3DeviceClass> _callback) Execute createDeviceClass request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIdeleteDeviceClassRequest.executeAsync
(ApiCallback<V1alpha3DeviceClass> _callback) Execute deleteDeviceClass request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIpatchDeviceClassRequest.executeAsync
(ApiCallback<V1alpha3DeviceClass> _callback) Execute patchDeviceClass request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIreadDeviceClassRequest.executeAsync
(ApiCallback<V1alpha3DeviceClass> _callback) Execute readDeviceClass request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIreplaceDeviceClassRequest.executeAsync
(ApiCallback<V1alpha3DeviceClass> _callback) Execute replaceDeviceClass request (asynchronously) -
Uses of V1alpha3DeviceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3DeviceClassModifier and TypeMethodDescriptionV1alpha3DeviceClass.apiVersion
(String apiVersion) static V1alpha3DeviceClass
Create an instance of V1alpha3DeviceClass given an JSON stringV1alpha3DeviceClass.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)