...

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

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

     1label: Config Connector ComputeTargetSSLProxy
     2markdownDescription: Creates yaml for a ComputeTargetSSLProxy resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeTargetSSLProxy
     6  metadata:
     7    name: \${1:computetargetsslproxy-name}
     8  spec:
     9    description: \${2:A sample SSL proxy configured with a default SSL policy.}
    10    backendServiceRef:
    11      name: \${3:computetargetsslproxy-dep}
    12    sslCertificates:
    13    - name: \${4:computetargetsslproxy-dep}
    14    sslPolicyRef:
    15      name: \${5:computetargetsslproxy-dep}

View as plain text