Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ObjectMeta should use additionalProperties
Rather than using `x-kubernetes-preserve-unknown-fields` which allows both keys and values of any type, we should use `additionalProperties` which only allows a specified type (in this case "string") for keys and values. Better validation!
- Loading branch information