Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.07 KB

V1alpha3OpaqueDeviceConfiguration.md

File metadata and controls

12 lines (8 loc) · 1.07 KB

V1alpha3OpaqueDeviceConfiguration

OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.

Properties

Name Type Description Notes
driver str Driver is used to determine which kubelet plugin needs to be passed these configuration parameters. An admission policy provided by the driver developer could use this to decide whether it needs to validate them. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
parameters object Parameters can contain arbitrary data. It is the responsibility of the driver developer to handle validation and versioning. Typically this includes self-identification and a version ("kind" + "apiVersion" for Kubernetes types), with conversion between different versions.

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