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

Generating kubernetes jsonschemae doesn't produce the expected output #36

Closed
evrardjp opened this issue May 13, 2020 · 2 comments
Closed

Comments

@evrardjp
Copy link
Contributor

evrardjp commented May 13, 2020

When following the documentation for producing the jsonschema files (with version 1.18.1), I am not getting the same output as https://github.com/instrumenta/kubernetes-json-schema/tree/master/v1.18.1-standalone .
For example, I don't get a deployment-apps-v1.json file (I don't a get a file with apiversion in the filename, only a file named deployment.json).

How should I generate those? Is there something missing on the docs? I tried with the --kubernetes flag, but same problem.

@garethr
Copy link
Collaborator

garethr commented May 15, 2020

You can see how these files are generated in https://github.com/instrumenta/kubernetes-json-schema/blob/master/build.sh. Hopefully that helps.

@garethr garethr closed this as completed May 15, 2020
@evrardjp
Copy link
Contributor Author

Thanks!

I think it would be better if the docs was updated, so I pushed this PR for you: #37

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

No branches or pull requests

2 participants