Skip to content
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

Merged
merged 4 commits into from
Mar 29, 2024
Merged

Scheduler Service API #344

merged 4 commits into from
Mar 29, 2024

Conversation

mattoni
Copy link
Member

@mattoni mattoni commented Mar 29, 2024

Initializes the new scheduler service API

@mattoni mattoni requested a review from blewisCycle March 29, 2024 21:43
@mattoni mattoni self-assigned this Mar 29, 2024

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."
Copy link
Collaborator

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:
Copy link
Collaborator

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:
Copy link
Collaborator

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

@mattoni mattoni merged commit 689bfe7 into main Mar 29, 2024
1 check passed
@mattoni mattoni deleted the mattoni/scheduler-service-api branch March 29, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants