-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add support for google_compute_region_target_tcp_proxy gcp resource #432
Add support for google_compute_region_target_tcp_proxy gcp resource #432
Conversation
c3383f2
to
559799f
Compare
|
/test-examples="provider-aws/examples/compute/regiontargettcpproxy.yaml" |
559799f
to
a5531c1
Compare
|
/test-examples="provider-aws/examples/compute/regiontargettcpproxy.yaml" |
/test-examples="examples/compute/regiontargettcpproxy.yaml" |
/test-examples="examples/compute/regiontargettcpproxy.yaml" |
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.
Thanks a lot for this PR @meerkat-b, I left two small comments for you to consider.
b7d6ced
to
eafd8dd
Compare
@turkenf thanks for your comments. ![]() |
/test-examples="examples/compute/regiontargettcpproxy.yaml" |
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.
Thanks for your nice work @meerkat-b, LGTM.
thanks for the prompt review! |
Description of your changes
This change adds support of the
google_compute_region_target_tcp_proxy
resource to the gcp provider.Fixes #433
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Tested locally by applying the crds, controllers, and examples to local kind cluster:
![image](https://private-user-images.githubusercontent.com/8149289/290228269-989ca917-5f32-4ef4-b758-8484f970d484.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjI3NzEsIm5iZiI6MTczOTA2MjQ3MSwicGF0aCI6Ii84MTQ5Mjg5LzI5MDIyODI2OS05ODljYTkxNy01ZjMyLTRlZjQtYjc1OC04NDg0Zjk3MGQ0ODQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMDA1NDMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjUyYjgwZGE1NzI5NDM1NTVkN2RiZjM4OWM1ZTViZDI5MWRhZjBhZGFhYmE1ZDc5NWE4YTJiZTY3OGRmMjU2MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ZvzNNwwyGRwOoZnZnsJMCaMsz_ETRcdoXpLb1EMs4Qg)
/test-examples="examples/compute/regiontargettcpproxy.yaml"
Thanks!