NAME
IO::K8s::Traefik::V1alpha1::CircuitBreaker - CircuitBreaker holds the circuit breaker configuration.
VERSION
version 1.108
checkPeriod
CheckPeriod is the interval between successive checks of the circuit breaker condition (when in standby state).
expression
Expression is the condition that triggers the tripped state.
fallbackDuration
FallbackDuration is the duration for which the circuit breaker will wait before trying to recover (from a tripped state).
recoveryDuration
RecoveryDuration is the duration for which the circuit breaker will try to recover (as soon as it is in recovering state).
responseCode
ResponseCode is the status code that the circuit breaker will return while it is in the open state.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHORS
Torsten Raudssus <getty@cpan.org>
Jose Luis Martinez Torres <jlmartin@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004