-
Notifications
You must be signed in to change notification settings - Fork 235
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
test: Add test case for reference regional target tcp proxy in CFR #3148
base: master
Are you sure you want to change the base?
test: Add test case for reference regional target tcp proxy in CFR #3148
Conversation
956987a
to
852d1e5
Compare
0e09f51
to
8c02d43
Compare
No diffs in commit are related to forwarding rule or tcp proxy |
956e8f9
to
780d80c
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
dbae7f1
to
0a82f6a
Compare
@@ -87,7 +87,7 @@ type ComputeTargetTCPProxyObservedState struct { | |||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object | |||
// +kubebuilder:resource:categories=gcp,shortName=gcpcomputetargettcpproxy;gcpcomputetargettcpproxies | |||
// +kubebuilder:subresource:status | |||
// +kubebuilder:metadata:labels="cnrm.cloud.google.com/tf2crd=true";"cnrm.cloud.google.com/stability-level=stable";"cnrm.cloud.google.com/managed-by-kcc=true";"cnrm.cloud.google.com/system=true" | |||
// +kubebuilder:metadata:labels="cnrm.cloud.google.com/stability-level=stable";"cnrm.cloud.google.com/managed-by-kcc=true";"cnrm.cloud.google.com/system=true" |
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.
Let's not turn off the TF-based controller in this PR
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.
Done. Let's enable regional TCP Proxy first #3323 before merging this PR.
067dffb
to
2361ea9
Compare
2361ea9
to
44f85c1
Compare
Change description
based on #3047, #3112
Add additional test case for compute forwarding rule, verify that it can now reference to a regional tcp proxy
Tests you have done
make ready-pr
to ensure this PR is ready for review.