...

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

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

     1label: Config Connector ComputeRouterInterface
     2markdownDescription: Creates yaml for a ComputeRouterInterface resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeRouterInterface
     6  metadata:
     7    name: \${1:computerouterinterface-name}
     8  spec:
     9    routerRef:
    10      name: \${2:computerouterinterface-dep}
    11    region: \${3:us-central1}
    12    ipRange: \${4:169.254.1.1/30}
    13    vpnTunnelRef:
    14      name: \${5:computerouterinterface-dep}

View as plain text