mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 21:04:03 +00:00
Automatic merge from submit-queue Represent unversioned.Time correctly in swagger spec unversioned.Time previously represented as "string" type with no format while the correct representation should also have "date-time" as format. fixes #2968