...

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

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

     1label: Config Connector ComputeRouterNAT
     2markdownDescription: Creates yaml for a ComputeRouterNAT resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeRouterNAT
     6  metadata:
     7    name: \${1:computerouternat-name}
     8  spec:
     9    region: \${2:us-west1}
    10    routerRef:
    11      name: \${3:computerouternat-dep-forallsubnets}
    12    natIpAllocateOption: \${4:AUTO_ONLY}
    13    sourceSubnetworkIpRangesToNat: \${5:ALL_SUBNETWORKS_ALL_IP_RANGES}

View as plain text