...

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

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

     1label: Config Connector ServiceNetworkingConnection
     2markdownDescription: Creates yaml for a ServiceNetworkingConnection resource
     3insertText: |
     4  apiVersion: servicenetworking.cnrm.cloud.google.com/v1beta1
     5  kind: ServiceNetworkingConnection
     6  metadata:
     7    name: \${1:servicenetworkingconnection-name}
     8  spec:
     9    networkRef:
    10      name: \${2:servicenetworkingconnection-dep}
    11    reservedPeeringRanges:
    12    - name: \${3:servicenetworkingconnection-dep1}
    13    - name: \${4:servicenetworkingconnection-dep2}
    14    service: \${5:servicenetworking.googleapis.com}

View as plain text