Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required properties on models in k8s spec are ignored #16

Open
obmarg opened this issue Jan 21, 2018 · 0 comments
Open

Required properties on models in k8s spec are ignored #16

obmarg opened this issue Jan 21, 2018 · 0 comments

Comments

@obmarg
Copy link
Owner

obmarg commented Jan 21, 2018

For API definitions we use the required property in the k8s spec to decide where the argument should go.

Models also have required properties, but we don't do anything with them. We should probably do something with them. At the very least update our documentation to show which properties are required. Perhaps even enforce them with @enforce_keys, though this could make building models more awkward so may not be worth it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant