...

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

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

     1label: Config Connector ComputeNodeGroup
     2markdownDescription: Creates yaml for a ComputeNodeGroup resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeNodeGroup
     6  metadata:
     7    name: \${1:computenodegroup-name}
     8  spec:
     9    description: \${2:A single sole-tenant node in the us-central1-b zone.}
    10    size: \${3:1}
    11    nodeTemplateRef:
    12      name: \${4:computenodegroup-dep}
    13    zone: \${5:us-central1-b}

View as plain text