...

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

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

     1label: Config Connector ComputeHTTPSHealthCheck
     2markdownDescription: Creates yaml for a ComputeHTTPSHealthCheck resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeHTTPSHealthCheck
     6  metadata:
     7    name: \${1:computehttpshealthcheck-name}
     8  spec:
     9    checkIntervalSec: \${2:10}
    10    description: \${3:example HTTPS health check}
    11    healthyThreshold: \${4:2}
    12    port: \${5:80}
    13    requestPath: \${6:/}
    14    timeoutSec: \${7:5}
    15    unhealthyThreshold: \${8:2}

View as plain text