-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[V3] (Part 2) Add new schema to latest/v2 #5729
[V3] (Part 2) Add new schema to latest/v2 #5729
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5729 +/- ##
==========================================
- Coverage 70.68% 70.64% -0.04%
==========================================
Files 423 427 +4
Lines 16168 16174 +6
==========================================
- Hits 11428 11426 -2
- Misses 3900 3907 +7
- Partials 840 841 +1
Continue to review full report at Codecov.
|
ba4b1c0
to
1ed5265
Compare
1ed5265
to
98ad2c3
Compare
98ad2c3
to
bb2675f
Compare
Test []*latest_v1.TestCase `yaml:"test,omitempty"` | ||
|
||
// Render describes how the original manifests are hydrated, validated and transformed. | ||
Render RenderConfig `yaml:"render,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, just saw the config in detail now.
Shd we instead use ?
manifests:
validate:
transform:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I used the field name from the design doc. Do we get a conclusion about the render UX? I can renaming these fields once we determine the final names ( design doc needs update). For now, this is just to align with the design doc. Whom do you suggest determining (documenting) the render field names from the survey?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the UX from "render" to "manifests" and keep the struct name as "render" (manifests seem to be over-used). I can rename the fields if there're some better choices coming up.
Please visit http://35.236.9.12:1313 to view changes to the docs. |
bb2675f
to
c36e67c
Compare
c36e67c
to
bb5a115
Compare
- Define a new schema `v3alpha1` for the skaffold v2 feature. - Create `latest/v2` dir to track `v3alpha*` schemas.
bb5a115
to
a9a336d
Compare
Related: #5727
Description
v3alpha1
for the skaffold v2 feature.latest/v2
dir to trackv3alpha*
schemas.Follow up things