...

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

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

     1label: Config Connector ComputeAddress
     2markdownDescription: Creates yaml for a ComputeAddress resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeAddress
     6  metadata:
     7    labels:
     8      \${1:label-one}: \${2:value-one}
     9    name: \${3:computeaddress-name}
    10  spec:
    11    addressType: \${4:INTERNAL}
    12    description: \${5:a test global address}
    13    location: \${6:global}
    14    ipVersion: \${7:IPV4}
    15    purpose: \${8:VPC_PEERING}
    16    prefixLength: \${9:16}
    17    networkRef:
    18      name: \${10:computeaddress-dep-global}

View as plain text