-
Notifications
You must be signed in to change notification settings - Fork 205
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 cloud services into Reconcile/Delete pattern #394
Conversation
71a5488
to
07035ce
Compare
/test ls |
@cpanato: The specified target(s) for
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-cluster-api-provider-gcp-make-conformance |
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.
sorry for taking too long
thanks for this improvement!
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold till the conformance finish |
/hold cancel |
What type of PR is this?
This PR consists of cloud package refactors:
github.com/GoogleCloudPlatform/k8s-cloud-provider
that has a better interface. (which also used by k/cloud-provider-gcp and k/ingress-gce project)/kind cleanup
What this PR does / why we need it:
The main purpose of this PR is to bring a consistent interface for modifying both capg (GCPCluster/GCPMachine) object and google cloud resources which inspired by capz kubernetes-sigs/cluster-api-provider-azure#110
Special notes for your reviewer:
In general, there are no API changes in this PR and have the same logic as the current behavior.
TODOs:
Release note: