...
1label: Config Connector ComputeHTTPHealthCheck
2markdownDescription: Creates yaml for a ComputeHTTPHealthCheck resource
3insertText: |
4 apiVersion: compute.cnrm.cloud.google.com/v1beta1
5 kind: ComputeHTTPHealthCheck
6 metadata:
7 name: \${1:computehttphealthcheck-name}
8 spec:
9 checkIntervalSec: \${2:10}
10 description: \${3:example HTTP 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