Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SucceededRescale (0.11 sec)

  1. pkg/controller/podautoscaler/horizontal.go

    				utilruntime.HandleError(err)
    			}
    			return fmt.Errorf("failed to rescale %s: %v", reference, err)
    		}
    		setCondition(hpa, autoscalingv2.AbleToScale, v1.ConditionTrue, "SucceededRescale", "the HPA controller was able to update the target scale to %d", desiredReplicas)
    		a.eventRecorder.Eventf(hpa, v1.EventTypeNormal, "SuccessfulRescale", "New size: %d; reason: %s", desiredReplicas, rescaleReason)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top