...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/compute_v1beta1_computeforwardingrule.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector ComputeForwardingRule
     2markdownDescription: Creates yaml for a ComputeForwardingRule resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeForwardingRule
     6  metadata:
     7    labels:
     8      \${1:label-one}: \${2:value-one}
     9    name: \${3:computeforwardingrule-name}
    10  spec:
    11    description: \${4:A global forwarding rule}
    12    target:
    13      targetHTTPProxyRef:
    14        name: \${5:computeforwardingrule-dep-global-with-target-http-proxy}
    15    portRange: \${6:80}
    16    ipProtocol: \${7:TCP}
    17    ipVersion: \${8:IPV4}
    18    location: \${9:global}

View as plain text