Skip to content

Commit

Permalink
test case for regional TCP proxy in ComputeForwardingRule
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Nov 11, 2024
1 parent 3423874 commit 956987a
Show file tree
Hide file tree
Showing 15 changed files with 2,345 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: compute.cnrm.cloud.google.com/v1beta1
kind: ComputeForwardingRule
metadata:
annotations:
cnrm.cloud.google.com/management-conflict-prevention-policy: none
cnrm.cloud.google.com/project-id: ${projectId}
finalizers:
- cnrm.cloud.google.com/finalizer
- cnrm.cloud.google.com/deletion-defender
generation: 2
labels:
cnrm-test: "true"
label-one: value-two
name: computeregionalforwardingrule-${uniqueId}
namespace: ${uniqueId}
spec:
description: A regional forwarding rule
ipAddress:
addressRef:
name: computeaddress-${uniqueId}
ipProtocol: TCP
loadBalancingScheme: EXTERNAL_MANAGED
location: us-central1
networkRef:
name: network-${uniqueId}
portRange: "90"
target:
targetTCPProxyRef:
name: computetargettcpproxy2-${uniqueId}
status:
conditions:
- lastTransitionTime: "1970-01-01T00:00:00Z"
message: The resource is up to date
reason: UpToDate
status: "True"
type: Ready
creationTimestamp: "1970-01-01T00:00:00Z"
externalRef: //compute.googleapis.com/projects/${projectId}/regions/us-central1/forwardingrules/computeregionalforwardingrule-${uniqueId}
labelFingerprint: abcdef0123A=
observedGeneration: 2
selfLink: https://www.googleapis.com/compute/v1/projects/${projectId}/regions/us-central1/forwardingRules/computeregionalforwardingrule-${uniqueId}
Loading

0 comments on commit 956987a

Please sign in to comment.