...

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

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

     1label: Config Connector ComputeTargetInstance
     2markdownDescription: Creates yaml for a ComputeTargetInstance resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeTargetInstance
     6  metadata:
     7    name: \${1:computetargetinstance-name}
     8  spec:
     9    description: \${2:Target instance, containing a VM instance which will have no NAT
    10      applied to it and can be used for protocol forwarding.}
    11    zone: \${3:us-central1-a}
    12    instanceRef:
    13      name: \${4:computetargetinstance-dep}

View as plain text