Validate resource definitions #181
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
This is a proposal of an idea that I'd like to implement but want some advice beforehand.
We could use @garethr's kubernetes json schema definitions to validate kubernetes resource definitions prior to calling
create
,patch
orreplace
.The license is Apache 2.0 which is the same as this repository, so there are no licensing issues associated with just using the definitions locally. However, it could cause the size of the library to increase.
So I guess my questions are:
The text was updated successfully, but these errors were encountered: