...

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

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

     1label: Config Connector ComputeTargetGRPCProxy
     2markdownDescription: Creates yaml for a ComputeTargetGRPCProxy resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeTargetGRPCProxy
     6  metadata:
     7    name: \${1:computetargetgrpcproxy-name}
     8  spec:
     9    description: \${2:A target gRPC proxy intended for load balancing gRPC traffic,
    10      referenced by global forwarding rules. References a URL map which specifies how
    11      traffic routes to gRPC backend services.}
    12    urlMapRef:
    13      name: \${3:computetargetgrpcproxy-dep}
    14    validateForProxyless: \${4:true}

View as plain text