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

Adding google_bigtable_app_profile, google_bigtable_gc_policy, google_bigtable_instance, google_bigtable_instance_iam_binding, google_bigtable_instance_iam_member, google_bigtable_instance_iam_policy, google_bigtable_table, google_bigtable_table_iam_binding, google_bigtable_table_iam_member, google_bigtable_table_iam_policy resources to v1beta1 version #113

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

mykolalosev
Copy link
Contributor

@mykolalosev mykolalosev commented Jan 16, 2023

Description of your changes

Adding 10 resources to v1beta1 version:

Fixes #94

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Manual:
google_bigtable_instance_iam_policy - The resource requires a real Project ID
google_bigtable_instance_iam_policy
google_bigtable_table_iam_policy - The resource requires a real Project ID
google_bigtable_table_iam_policy

Manual & Uptest:
google_bigtable_app_profile - https://github.com/upbound/provider-gcp/actions/runs/3930850700
google_bigtable_gc_policy - https://github.com/upbound/provider-gcp/actions/runs/3931078977
google_bigtable_instance - https://github.com/upbound/provider-gcp/actions/runs/3931154063
google_bigtable_table - https://github.com/upbound/provider-gcp/actions/runs/3931219599

The out of test resources:
google_bigtable_instance_iam_binding,
google_bigtable_instance_iam_member,
google_bigtable_table_iam_binding,
google_bigtable_table_iam_member
the make run command doesn't creates yaml files for these resources.
Also, the 'policy' resources from the issue are conflict:
cannot be used in conjunction with google_bigtable_*_iam_binding and google_bigtable_*_iam_member or they will fight over what your policy should be. In addition, be careful not to accidentally unset ownership of the instance as google_bigtable_*_iam_policy replaces the entire policy.

@mykolalosev
Copy link
Contributor Author

/test-examples="examples/bigtable/appprofile.yaml"

@mykolalosev mykolalosev reopened this Jan 16, 2023
@mykolalosev mykolalosev force-pushed the issue-94 branch 2 times, most recently from 25ae345 to ba3a93a Compare January 16, 2023 12:56
@mykolalosev
Copy link
Contributor Author

/test-examples="examples/bigtable/appprofile.yaml"

@mykolalosev
Copy link
Contributor Author

/test-examples="examples/bigtable/appprofile.yaml"

@mykolalosev
Copy link
Contributor Author

/test-examples="examples/bigtable/garbagecollectionpolicy.yaml"

@mykolalosev
Copy link
Contributor Author

/test-examples="examples/bigtable/instance.yaml"

@mykolalosev
Copy link
Contributor Author

/test-examples="examples/bigtable/table.yaml"

Copy link
Collaborator

@sergenyalcin sergenyalcin left a comment

Choose a reason for hiding this comment

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

Thanks @mykolalosev LGTM!

@dverveiko dverveiko merged commit de3e3f6 into crossplane-contrib:main Jan 17, 2023
@mykolalosev mykolalosev deleted the issue-94 branch January 17, 2023 10:19
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.

Moving bigtable (10) resources to v1beta1 version
3 participants