Probe constructor
Probe({
- Probe_ExecAction? exec,
- Probe_HttpGetAction? httpGet,
- Probe_GrpcAction? grpc,
- Probe_TcpSocketAction? tcpSocket,
- int periodSeconds = 0,
- int timeoutSeconds = 0,
- int failureThreshold = 0,
- int successThreshold = 0,
- int initialDelaySeconds = 0,
Implementation
Probe({
this.exec,
this.httpGet,
this.grpc,
this.tcpSocket,
this.periodSeconds = 0,
this.timeoutSeconds = 0,
this.failureThreshold = 0,
this.successThreshold = 0,
this.initialDelaySeconds = 0,
}) : super(fullyQualifiedName);