...

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

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

     1label: Config Connector ComputeNetworkPeering
     2markdownDescription: Creates yaml for a ComputeNetworkPeering resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeNetworkPeering
     6  metadata:
     7    name: \${1:computenetworkpeering-name}
     8  spec:
     9    exportCustomRoutes: \${2:false}
    10    importCustomRoutes: \${3:false}
    11    networkRef:
    12      name: \${4:computenetworkpeering-dep1}
    13    peerNetworkRef:
    14      name: \${5:computenetworkpeering-dep2}

View as plain text