Add unhealthy Interval to the health check configuration

This commit is contained in:
Swastik Sarkar
2025-04-09 13:40:05 +05:30
committed by GitHub
parent 6c3b099c25
commit d7d0017545
36 changed files with 701 additions and 295 deletions
@@ -1280,6 +1280,11 @@ func (in *ServerHealthCheck) DeepCopyInto(out *ServerHealthCheck) {
*out = new(intstr.IntOrString)
**out = **in
}
if in.UnhealthyInterval != nil {
in, out := &in.UnhealthyInterval, &out.UnhealthyInterval
*out = new(intstr.IntOrString)
**out = **in
}
if in.Timeout != nil {
in, out := &in.Timeout, &out.Timeout
*out = new(intstr.IntOrString)