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

Add project creation API endpoint #134

Open
AdrianoKF opened this issue Oct 30, 2024 · 0 comments
Open

Add project creation API endpoint #134

AdrianoKF opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
backend Related to the backend / server component.

Comments

@AdrianoKF
Copy link
Collaborator

AdrianoKF commented Oct 30, 2024

Goals:

  • Create data model for projects
  • Implement POST /projects API endpoint

Implementation notes:

  • We should prevent the deletion of Kubernetes resources through custom finalizers, to prevent dangling references from projects to Kubernetes resources.

Open questions:

  • Does the caller specify existing Kueue name and namespace? Probably not. What happens if the names clash with existing Kubernetes resources?
@AdrianoKF AdrianoKF added this to the Project / Team Feature milestone Oct 30, 2024
@AdrianoKF AdrianoKF self-assigned this Oct 31, 2024
@AdrianoKF AdrianoKF added the backend Related to the backend / server component. label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the backend / server component.
Projects
None yet
Development

No branches or pull requests

1 participant