1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 13:07:48 +00:00
node-feature-discovery/api/nfd
Markus Lehtonen a9167e6875 apis/nfd/validate: loosen validation of feature annotations
Don't require that the annotation value must conform to the (strict)
requirements of label values. In the Kubernetes API annotation values do
not have other restrictions than that the total size (keys and values)
of _all_ annotations combined of an object must not exceed 256kB.

This patch sets a maximum size limit of 1kB for the value of a single
feature annotation created by NFD. This limit is rather arbitrary but
should be enough for the NFD usage scenarios (until proven wrong).
2024-04-09 13:30:22 +03:00
..
v1alpha1 apis/nfd/validate: loosen validation of feature annotations 2024-04-09 13:30:22 +03:00
go.mod Move NFD api to a separate go mod 2024-04-05 16:35:47 +02:00
go.sum Move NFD api to a separate go mod 2024-04-05 16:35:47 +02:00