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.APIcreateDeviceClassRequest.execute()Execute createDeviceClass requestResourceV1Api.APIdeleteDeviceClassRequest.execute()Execute deleteDeviceClass requestResourceV1Api.APIpatchDeviceClassRequest.execute()Execute patchDeviceClass requestResourceV1Api.APIreadDeviceClassRequest.execute()Execute readDeviceClass requestResourceV1Api.APIreplaceDeviceClassRequest.execute()Execute replaceDeviceClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1DeviceClassModifier and TypeMethodDescriptionResourceV1Api.APIcreateDeviceClassRequest.executeWithHttpInfo()Execute createDeviceClass request with HTTP info returnedResourceV1Api.APIdeleteDeviceClassRequest.executeWithHttpInfo()Execute deleteDeviceClass request with HTTP info returnedResourceV1Api.APIpatchDeviceClassRequest.executeWithHttpInfo()Execute patchDeviceClass request with HTTP info returnedResourceV1Api.APIreadDeviceClassRequest.executeWithHttpInfo()Execute readDeviceClass request with HTTP info returnedResourceV1Api.APIreplaceDeviceClassRequest.executeWithHttpInfo()Execute replaceDeviceClass request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1DeviceClassModifier and TypeMethodDescriptionResourceV1Api.createDeviceClass(V1DeviceClass body) create a DeviceClassResourceV1Api.replaceDeviceClass(String name, V1DeviceClass body) replace the specified DeviceClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1DeviceClassModifier and TypeMethodDescriptionokhttp3.CallResourceV1Api.APIcreateDeviceClassRequest.executeAsync(ApiCallback<V1DeviceClass> _callback) Execute createDeviceClass request (asynchronously)okhttp3.CallResourceV1Api.APIdeleteDeviceClassRequest.executeAsync(ApiCallback<V1DeviceClass> _callback) Execute deleteDeviceClass request (asynchronously)okhttp3.CallResourceV1Api.APIpatchDeviceClassRequest.executeAsync(ApiCallback<V1DeviceClass> _callback) Execute patchDeviceClass request (asynchronously)okhttp3.CallResourceV1Api.APIreadDeviceClassRequest.executeAsync(ApiCallback<V1DeviceClass> _callback) Execute readDeviceClass request (asynchronously)okhttp3.CallResourceV1Api.APIreplaceDeviceClassRequest.executeAsync(ApiCallback<V1DeviceClass> _callback) Execute replaceDeviceClass request (asynchronously) -
Uses of V1DeviceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeviceClassModifier and TypeMethodDescriptionV1DeviceClass.apiVersion(String apiVersion) static V1DeviceClassCreate an instance of V1DeviceClass given an JSON stringV1DeviceClass.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)