-
Notifications
You must be signed in to change notification settings - Fork 267
support resource relationships #545
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
Labels
kind/enhancement
Categorizes issue or PR as related to existing feature enhancements.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Milestone
Comments
Issues go stale after 90d of inactivity. |
/lifecycle frozen |
This was referenced Nov 7, 2021
ack-bot
pushed a commit
that referenced
this issue
Nov 17, 2021
Issue #545 Description of changes: * Proposal for handling resource relationship in ACK custom resources. * View the rendered proposal [here](https://github.com/vijtrip2/community/blob/res-rel-proposal/docs/design/proposals/resource-reference/resource-reference.md) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/enhancement
Categorizes issue or PR as related to existing feature enhancements.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Some APIs -- e.g. API Gateway v2 or Sagemaker -- have a set of resources in their APIs that are related to each other. For example, in API Gateway v2, the
API
resource has a set ofRoute
resources.We need a way of describing these relationships and generating the code that pushes and pops finalizers from CRs of that Kind.
The text was updated successfully, but these errors were encountered: