This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Enhancement/Refactoring tasks for 'resource validation' : PR#1029 #1034
Labels
cat/techdebt
Technical debt, like missing unit tests or tests
pr/help-wanted
Please help with this PR
status/stale
Issue/PR considered to be stale
Following are improvements tasks has left from PR #1029 for issue #66
Problem:
PR #1029 has implemented JSON schema validation for verifying K8's/OpenShift resource descriptors.
JSON schema is hosted on github. Hence for each build cycle maven plugin issues the network calls (HTTP Request) that could make build process unreliable and increase network usage.
Solution:
-Bring essential JSON schema offline and bundle it in maven package as per discussion
-Cache schema file
-Other approach /solution? most welcome.
The text was updated successfully, but these errors were encountered: