...

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

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

     1label: Config Connector ComputeNetworkEndpointGroup
     2markdownDescription: Creates yaml for a ComputeNetworkEndpointGroup resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeNetworkEndpointGroup
     6  metadata:
     7    name: \${1:computenetworkendpointgroup-name}
     8  spec:
     9    networkRef:
    10      name: \${2:computenetworkendpointgroup-dep}
    11    subnetworkRef:
    12      name: \${3:computenetworkendpointgroup-dep}
    13    location: \${4:us-west1-a}
    14    defaultPort: \${5:90}
    15    description: \${6:A network endpoint group living in a specific us-west1 subnetwork,
    16      whose member endpoints will serve on port number 90 by default.}

View as plain text