Skip to content

Commit

Permalink
async info
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS committed Apr 2, 2020
1 parent a02817e commit d7a72cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ go build -o bin/manager main.go
This is the service specific piece that differs from one Azure service to another, and the crux of the service provisioning/deletion logic used by the controller.
**Note** Please make sure that you make all creation and deletion calls to Azure are asynchronous.
a. The guidance is to add a folder under `pkg/resourcemanager` for the new resource, like for instance, `pkg/resourcemanager/newresource`
b. Use subfolders under this folder if you have subresources. For instance, for PostgreSQL we have separate sub folders for `server`, `database` and `firewallrule`
Expand Down

0 comments on commit d7a72cd

Please sign in to comment.