Changes for the approved custom runtime SUP - #203
Conversation
|
I've created the draft PR even though I'm still working on these changes, so people can see what is being done with this if they are interested. |
|
@margo/technical-wg / @margo/development-team - The specification changes to support deploying applications requiring a custom runtime are ready for review. This is a companion PR to add the new folder to the site nav: margo/documentation_website#5 |
| itemSelector: | ||
| matchExpressions: | ||
| - key: /type | ||
| operator: In |
There was a problem hiding this comment.
The description calls this property selectorOperator
There was a problem hiding this comment.
@nilanjan-samajdar - It's unclear what you are suggesting here. The property name is "operator," and the property type in the LinkML/OpenAPI documentation is "SelectorOperator". Are you suggesting that the property type should also be "Operator," or something else?
There was a problem hiding this comment.
@nilanjan-samajdar - Just following up on my reply to your statement.
| operator: In | ||
| values: ["gpu"] | ||
| - key: /manufacturer | ||
| operator: In |
There was a problem hiding this comment.
The description calls this property selectorOperator
| itemSelector: | ||
| matchExpressions: | ||
| - key: /type | ||
| operator: In |
There was a problem hiding this comment.
The description calls this property selectorOperator
| operator: In | ||
| values: ["gpu"] | ||
| - key: /manufacturer | ||
| operator: In |
There was a problem hiding this comment.
The description calls this property selectorOperator
| operator: In | ||
| values: ["NVIDIA"] | ||
| - key: /interfaces | ||
| operator: ContainsAll |
There was a problem hiding this comment.
The description calls this property selectorOperator
| itemSelector: | ||
| matchExpressions: | ||
| - key: /type | ||
| operator: In |
There was a problem hiding this comment.
The description calls this property selectorOperator
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
Signed-off-by: Philip <philip.presson@us.abb.com>
55bb8e8 to
e3f7d21
Compare
Signed-off-by: Philip <philip.presson@us.abb.com>
|
Updated the LinkML version to match the changes in this PR because I was getting build errors with some of the changes needed. |
Signed-off-by: Philip Presson <philip.presson@us.abb.com>
Description
Changes for the approved custom runtime SUP
Issues Addressed
List and link all the issues addressed by this PR.
Change Type
Please select the relevant options:
Checklist