ProbeData
No description
type ProbeData {
command: String
http: HTTPProbe
tcp: TCPProbe
initialDelaySeconds: Int
periodSeconds: Int
successThreshold: Int
failureThreshold: Int
timeoutSeconds: Int
}
No description
type ProbeData {
command: String
http: HTTPProbe
tcp: TCPProbe
initialDelaySeconds: Int
periodSeconds: Int
successThreshold: Int
failureThreshold: Int
timeoutSeconds: Int
}
ProbeData.command ● String scalarProbeData.http ● HTTPProbe objectProbeData.tcp ● TCPProbe objectProbeData.initialDelaySeconds ● Int scalarProbeData.periodSeconds ● Int scalarProbeData.successThreshold ● Int scalarProbeData.failureThreshold ● Int scalarProbeData.timeoutSeconds ● Int scalar