-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scheduler Service API #344
Conversation
|
||
tags: | ||
- name: Functions | ||
description: "Containers configured to be pre-allocated and started on demand - useful for batch processing and tasks with elastic demand. Managed by a scheduler service (this API) on a per-environment basis." |
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.
Why the quotation marks " "
properties: | ||
id: | ||
$ref: ../../../components/schemas/ID.yml | ||
network_subnet: |
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.
Self explanatory - no description needed?
anyOf: | ||
- $ref: ../../../components/schemas/environments/IPNet.yml | ||
- type: "null" | ||
mac_addr: |
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.
Maybe an example would be useful for docs re: formatting
Initializes the new scheduler service API