Add all JSON Schemes for Tekton resources#367
Conversation
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Codecov Report
@@ Coverage Diff @@
## master #367 +/- ##
==========================================
- Coverage 73.85% 73.60% -0.25%
==========================================
Files 47 47
Lines 3435 3452 +17
Branches 638 641 +3
==========================================
+ Hits 2537 2541 +4
- Misses 898 911 +13
Continue to review full report at Codecov.
|
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
| @@ -0,0 +1,2310 @@ | |||
| { | |||
| "$schema": "http://json-schema.org/draft-04/schema#", | |||
There was a problem hiding this comment.
should we keep file name as v1alpha1? and how I can generate this JSON?
There was a problem hiding this comment.
As I say in description, I take schemas from redhat-developer/intellij-tekton#148
intellij-tekton has code to generate schemas.
There was a problem hiding this comment.
can we keep file name as v1beta1 instead of v1alpha1? as we are supporting v1beta1 for most of the cases?
There was a problem hiding this comment.
we have 2 schemes one for v1alpha1 another for v1beta1
PR provides all schemes Tekton resources, schemes taken from redhat-developer/intellij-tekton#148
Fix: #258
Depends on redhat-developer/vscode-yaml#315