Probe
No description
type Probe {
command: String
http: HTTPProbe
tcp: TCPProbe
initialDelaySeconds: Int!
periodSeconds: Int!
successThreshold: Int!
failureThreshold: Int!
timeoutSeconds: Int!
}
Fields
Probe.command
● String
scalar
Probe.http
● HTTPProbe
object
Probe.tcp
● TCPProbe
object
Probe.initialDelaySeconds
● Int!
non-null scalar
Probe.periodSeconds
● Int!
non-null scalar
Probe.successThreshold
● Int!
non-null scalar
Probe.failureThreshold
● Int!
non-null scalar
Probe.timeoutSeconds
● Int!
non-null scalar
Member Of
Repo
object