...

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

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

     1label: Config Connector ComputeTargetVPNGateway
     2markdownDescription: Creates yaml for a ComputeTargetVPNGateway resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeTargetVPNGateway
     6  metadata:
     7    name: \${1:computetargetvpngateway-name}
     8  spec:
     9    description: \${2:a test target vpn gateway}
    10    region: \${3:us-central1}
    11    networkRef:
    12      name: \${4:computetargetvpngateway-dep}

View as plain text