...

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

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

     1label: Config Connector ComputeHealthCheck
     2markdownDescription: Creates yaml for a ComputeHealthCheck resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeHealthCheck
     6  metadata:
     7    name: \${1:computehealthcheck-name}
     8  spec:
     9    checkIntervalSec: \${2:10}
    10    httpHealthCheck:
    11      port: \${3:80}
    12    location: \${4:global}

View as plain text