-
Notifications
You must be signed in to change notification settings - Fork 430
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
Update Service interface to use Reconcile/Delete methods #180
Conversation
Signed-off-by: Stephen Augustus <[email protected]>
Ready for review. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awesomenix, justaugustus 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 |
Signed-off-by: Stephen Augustus [email protected]
What this PR does / why we need it:
CreateOrUpdate
/Reconcile
GetterService
interface, a temporary interface to represent services that still require Get methodsvar _ azure.Service = (*Service)(nil)
) to each Azure service, which will force compilation errors if an Azure service doesn't satisfy theService
interfaceWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Related: #110, #174, #177
Special notes for your reviewer:
This is largely a search and replace, so no additional tests are required.
As we refactor the individual lower-level reconcilers, we'll add unit tests alongside.
Release note:
/milestone v1alpha1
/priority important-soon
/kind design