-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Allow users to create a stack for managing pkg applications #17235
Labels
Comments
3 tasks
jsteenb2
added a commit
that referenced
this issue
Mar 26, 2020
4 tasks
jsteenb2
added a commit
that referenced
this issue
Mar 26, 2020
jsteenb2
added a commit
that referenced
this issue
Mar 26, 2020
jsteenb2
added a commit
that referenced
this issue
Mar 26, 2020
jsteenb2
added a commit
that referenced
this issue
Mar 26, 2020
jsteenb2
added a commit
that referenced
this issue
Mar 26, 2020
jsteenb2
added a commit
that referenced
this issue
Mar 26, 2020
jsteenb2
added a commit
that referenced
this issue
Mar 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to introduce the concept of a stack, which is a container for which to apply packages that maintain state of their application.
A stack record will look like the following:
The stack record consists of all resources that exist as a result of running the pkg. This issue is to create the foundation for which pkger will use this stack to manage state of its application of a pkg.
A new API endpoint is required
POST /api/v2/packages/stack
with the following req body (optional):
{ urls: ["URL_TO_PKG_1", "URL_TO_PKG_2", ...] }
with the following resp body:
AC
POST /api/v2/packages/stack
to initialize the stackThe text was updated successfully, but these errors were encountered: