kubernetes-json-schema
kubernetes-json-schema copied to clipboard
Use additionalProperties for all objects
All objects should include "additionalProperties": false, to properly validate, e.g. the following should fail but doesn't with the current schemas:
resources:
limits:
foobar: 123
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi