...

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

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

     1label: Config Connector ComputeTargetPool
     2markdownDescription: Creates yaml for a ComputeTargetPool resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeTargetPool
     6  metadata:
     7    name: \${1:computetargetpool-name}
     8  spec:
     9    region: \${2:us-central1}
    10    instances:
    11    - name: \${3:computetargetpool-dep3}
    12    - name: \${4:computetargetpool-dep4}

View as plain text