You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifctv, ok:=wso.Pod.Annotations[customTimeoutAnnotation]; ok {
736
+
ifct, err:=time.ParseDuration(ctv); err==nil {
737
+
timeout=util.Duration(ct)
738
+
} else {
739
+
log.WithError(err).WithField("customTimeout", ctv).WithFields(wsk8s.GetOWIFromObject(&wso.Pod.ObjectMeta)).Warn("pod had custom timeout annotation set, but could not parse its value. Defaulting to ws-manager config.")
ifctv, ok:=wso.Pod.Annotations[customTimeoutAnnotation]; ok {
744
-
ifct, err:=time.ParseDuration(ctv); err!=nil {
745
-
log.WithError(err).WithField("customTimeout", ctv).WithFields(wsk8s.GetOWIFromObject(&wso.Pod.ObjectMeta)).Warn("pod had custom timeout annotation set, but could not parse its value. Defaulting to ws-manager config.")
0 commit comments