...

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

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

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

View as plain text