Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.21 KB

v1alpha2_resource_handle.md

File metadata and controls

12 lines (8 loc) · 1.21 KB

v1alpha2_resource_handle_t

Properties

Name Type Description Notes
data char * Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle. The maximum size of this field is 16KiB. This may get increased in the future, but not reduced. [optional]
driver_name char * DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in. [optional]
structured_data v1alpha2_structured_resource_handle_t * [optional]

[Back to Model list] [Back to API list] [Back to README]