...

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

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

     1label: Config Connector ComputeRouterPeer
     2markdownDescription: Creates yaml for a ComputeRouterPeer resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeRouterPeer
     6  metadata:
     7    name: \${1:computerouterpeer-name}
     8  spec:
     9    region: \${2:us-central1}
    10    peerIpAddress: \${3:169.254.0.2}
    11    peerAsn: \${4:65513}
    12    ipAddress:
    13      external: \${5:169.254.0.1}
    14    advertisedRoutePriority: \${6:1}
    15    routerRef:
    16      name: \${7:computerouterpeer-dep}
    17    routerInterfaceRef:
    18      name: \${8:computerouterpeer-dep}

View as plain text