Files
kubernetes/pkg
yongruilin ca9e09b7d3 feat: migrate DeviceClaim.Requests uniqueness to declarative validation
This change migrates the validation for unique device request names
for the DeviceClaim.Requests field to a declarative format.

The `+k8s:unique=map` and `+k8s:listMapKey=name` tags have been added
to the `Requests` field within the `DeviceClaim` API type. This ensures
the generated validation code enforces that all entries in the `requests`
slice have a unique `name`.
2025-10-09 05:55:49 +00:00
..
2025-09-17 20:14:28 -04:00