-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Refactor async class to support kubernetes objects #2718
Conversation
Splitting the Async class into 2 classes that inherit from the same base so that we can type sniff later in code to determine which type of async functionality should be used.
Mind deferring merging this until we're in consensus about the approach in #2716? |
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.
This looks awesome!
@rileykarson sure, the implementation of this is definitely tightly linked. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-provider-google-beta. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
closing in favor of upstream PR |
Splitting the Async class into 2 classes that inherit from the same base so
that we can type sniff later in code to determine which type of async
functionality should be used.