-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(proto): Add WorkspaceConfig and KubernetesWorkspaceConfig message types to pipeline_spec proto #11921
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
feat(proto): Add WorkspaceConfig and KubernetesWorkspaceConfig message types to pipeline_spec proto #11921
Conversation
e8eb48c
to
4f299c3
Compare
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.
/approve
/lgtm
c035162
to
1adb334
Compare
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.
/lgtm
api/v2alpha1/pipeline_spec.proto
Outdated
// Example: "250GB" | ||
string size = 1; |
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.
How about using the K8S quantity format instead? e.g.
100Gi, 100G, etc.
cc @mprahl
even though you can have multiple implementations, I do like k8s methods of being able to disambiguate between decimalSI and binarySI forms
1adb334
to
7651f29
Compare
…e types to pipeline_spec proto Signed-off-by: VaniHaripriya <[email protected]>
7651f29
to
5b569b2
Compare
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.
/approve
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: HumairAK, mprahl The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of your changes:
Checklist: