mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-25 14:41:53 +00:00
DRA api: ResourceHandle.DriverName is required
It was already required via validation, but not declared as such by the OpenAPI. Kubernetes-commit: 1a13b0aa3333d04ae67a6fcdd21c8e2a042dc0c2
This commit is contained in:
parent
4a5f039360
commit
a457c5ed68
@ -12413,6 +12413,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
||||
- name: driverName
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: structuredData
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1alpha2.StructuredResourceHandle
|
||||
|
Loading…
Reference in New Issue
Block a user