ComputeHealthCheck

Field Type Description
apiVersion string google.kubeform.com/v1alpha1
kind string ComputeHealthCheck
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec ComputeHealthCheckSpec
status ComputeHealthCheckStatus

ComputeHealthCheckSpec

(Appears on:ComputeHealthCheck, ComputeHealthCheckStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
checkIntervalSec int (Optional)
creationTimestamp string (Optional)
description string (Optional)
healthyThreshold int (Optional)
httpHealthCheck []ComputeHealthCheckSpecHttpHealthCheck (Optional)
httpsHealthCheck []ComputeHealthCheckSpecHttpsHealthCheck (Optional)
name string
project string (Optional)
selfLink string (Optional)
sslHealthCheck []ComputeHealthCheckSpecSslHealthCheck (Optional)
tcpHealthCheck []ComputeHealthCheckSpecTcpHealthCheck (Optional)
timeoutSec int (Optional)
type string (Optional)
unhealthyThreshold int (Optional)

ComputeHealthCheckSpecHttpHealthCheck

(Appears on:ComputeHealthCheckSpec)
Field Type Description
host string (Optional)
port int (Optional)
proxyHeader string (Optional)
requestPath string (Optional)
response string (Optional)

ComputeHealthCheckSpecHttpsHealthCheck

(Appears on:ComputeHealthCheckSpec)
Field Type Description
host string (Optional)
port int (Optional)
proxyHeader string (Optional)
requestPath string (Optional)
response string (Optional)

ComputeHealthCheckSpecSslHealthCheck

(Appears on:ComputeHealthCheckSpec)
Field Type Description
port int (Optional)
proxyHeader string (Optional)
request string (Optional)
response string (Optional)

ComputeHealthCheckSpecTcpHealthCheck

(Appears on:ComputeHealthCheckSpec)
Field Type Description
port int (Optional)
proxyHeader string (Optional)
request string (Optional)
response string (Optional)

ComputeHealthCheckStatus

(Appears on:ComputeHealthCheck)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output ComputeHealthCheckSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)