Probe constructor
Probe({
- ExecAction? exec,
- int? failureThreshold,
- GRPCAction? grpc,
- HTTPGetAction? httpGet,
- int? initialDelaySeconds,
- int? periodSeconds,
- int? successThreshold,
- TCPSocketAction? tcpSocket,
- int? timeoutSeconds,
Implementation
Probe({
this.exec,
this.failureThreshold,
this.grpc,
this.httpGet,
this.initialDelaySeconds,
this.periodSeconds,
this.successThreshold,
this.tcpSocket,
this.timeoutSeconds,
});