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.APIcreateDeviceClassRequest.execute()
Execute createDeviceClass requestResourceV1beta1Api.APIdeleteDeviceClassRequest.execute()
Execute deleteDeviceClass requestResourceV1beta1Api.APIpatchDeviceClassRequest.execute()
Execute patchDeviceClass requestResourceV1beta1Api.APIreadDeviceClassRequest.execute()
Execute readDeviceClass requestResourceV1beta1Api.APIreplaceDeviceClassRequest.execute()
Execute replaceDeviceClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta1DeviceClassModifier and TypeMethodDescriptionResourceV1beta1Api.APIcreateDeviceClassRequest.executeWithHttpInfo()
Execute createDeviceClass request with HTTP info returnedResourceV1beta1Api.APIdeleteDeviceClassRequest.executeWithHttpInfo()
Execute deleteDeviceClass request with HTTP info returnedResourceV1beta1Api.APIpatchDeviceClassRequest.executeWithHttpInfo()
Execute patchDeviceClass request with HTTP info returnedResourceV1beta1Api.APIreadDeviceClassRequest.executeWithHttpInfo()
Execute readDeviceClass request with HTTP info returnedResourceV1beta1Api.APIreplaceDeviceClassRequest.executeWithHttpInfo()
Execute replaceDeviceClass request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta1DeviceClassModifier and TypeMethodDescriptionResourceV1beta1Api.createDeviceClass
(V1beta1DeviceClass body) create a DeviceClassResourceV1beta1Api.replaceDeviceClass
(String name, V1beta1DeviceClass body) replace the specified DeviceClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta1DeviceClassModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta1Api.APIcreateDeviceClassRequest.executeAsync
(ApiCallback<V1beta1DeviceClass> _callback) Execute createDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta1Api.APIdeleteDeviceClassRequest.executeAsync
(ApiCallback<V1beta1DeviceClass> _callback) Execute deleteDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta1Api.APIpatchDeviceClassRequest.executeAsync
(ApiCallback<V1beta1DeviceClass> _callback) Execute patchDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta1Api.APIreadDeviceClassRequest.executeAsync
(ApiCallback<V1beta1DeviceClass> _callback) Execute readDeviceClass request (asynchronously)okhttp3.Call
ResourceV1beta1Api.APIreplaceDeviceClassRequest.executeAsync
(ApiCallback<V1beta1DeviceClass> _callback) Execute replaceDeviceClass request (asynchronously) -
Uses of V1beta1DeviceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1DeviceClassModifier and TypeMethodDescriptionV1beta1DeviceClass.apiVersion
(String apiVersion) static V1beta1DeviceClass
Create an instance of V1beta1DeviceClass given an JSON stringV1beta1DeviceClass.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)