Skip to content
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

cloudsql: implement external tagging #195

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

muvaf
Copy link
Member

@muvaf muvaf commented Mar 2, 2020

Description of your changes

An example implementation of external tagging. This PR depends on crossplane/crossplane-runtime#123 and crossplane/crossplane-tools#17

Fixes #184

Checklist

I have:

  • Run make reviewable to ensure this PR is ready for review.
  • Ensured this PR contains a neat, self documenting set of commits.
  • Updated any relevant documentation, examples, or release notes.
  • Updated the dependencies in app.yaml to include any new role permissions.
  • Updated the stack resources documentation to include any new managed resources or classes.

@muvaf muvaf requested review from negz and hasheddan March 2, 2020 15:28
@muvaf muvaf force-pushed the tag-cloudsql branch 3 times, most recently from 85f2ac0 to 6d24c06 Compare March 3, 2020 12:09
pkg/controller/database/cloudsql.go Outdated Show resolved Hide resolved
pkg/controller/database/cloudsql.go Outdated Show resolved Hide resolved
Copy link
Member

@negz negz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This approach looks great. Thanks @muvaf!

@muvaf muvaf marked this pull request as ready for review March 4, 2020 22:08
@muvaf
Copy link
Member Author

muvaf commented Mar 4, 2020

@negz Updated the runtime dependecy, should be ready to merge.

@hasheddan
Copy link
Member

@muvaf this will have to be rebased to pick up the Jenkinsfile changes related to rename from stack -> provider

Signed-off-by: Muvaffak Onus <onus.muvaffak@gmail.com>
@muvaf
Copy link
Member Author

muvaf commented Mar 10, 2020

@hasheddan thanks for the heads-up! done.

@jbw976 jbw976 merged commit c1bef64 into crossplane-contrib:master Mar 11, 2020
@muvaf muvaf deleted the tag-cloudsql branch March 11, 2020 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement cloud provider level tagging for CloudSQL
4 participants