Files
c/kubernetes/docs/v1alpha3_opaque_device_configuration.md
Brendan Burns d72a1c8566 Automated openapi generation from release-1.32
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2025-02-11 19:36:46 +00:00

1.0 KiB

v1alpha3_opaque_device_configuration_t

Properties

Name Type Description Notes
driver char * 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_t * 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 (&quot;kind&quot; + &quot;apiVersion&quot; for Kubernetes types), with conversion between different versions. The length of the raw data must be smaller or equal to 10 Ki.

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