Provide JSON schemas of API#81
Merged
Merged
Conversation
tstollin
force-pushed
the
publish-api-spec
branch
2 times, most recently
from
July 21, 2026 13:12
5d4065a to
1d45086
Compare
tstollin
force-pushed
the
publish-api-spec
branch
2 times, most recently
from
July 21, 2026 13:25
0839cc1 to
1ff896a
Compare
tstollin
force-pushed
the
publish-api-spec
branch
from
July 22, 2026 06:02
88eb524 to
1ff896a
Compare
tstollin
force-pushed
the
publish-api-spec
branch
from
July 22, 2026 06:39
1ff896a to
b275e41
Compare
tstollin
marked this pull request as ready for review
July 22, 2026 06:47
KRaffael
approved these changes
Jul 22, 2026
Contributor
|
🎉 This PR is included in version 0.6.0 🎉 The release is available on GitHub release and as container image |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
feat: include JSON schemas for CR validation — Adds a make schemas target (and make codegen that includes it) to generate per-kind JSON Schema files from the CRD manifests into a schemas/ directory. This enables tooling like kubeconform to validate CRs.
Also updates all documentation and CI references from make manifests generate crd-docs to the new unified make codegen command.
Type of Change
Checklist
make codegenRelated Issues