Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for AbleToScale (0.35 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		expectedConditions: statusOkWithOverrides(autoscalingv2.HorizontalPodAutoscalerCondition{
    			Type:   autoscalingv2.AbleToScale,
    			Status: v1.ConditionTrue,
    			Reason: "ReadyForNewScale",
    		}, autoscalingv2.HorizontalPodAutoscalerCondition{
    			Type:   autoscalingv2.AbleToScale,
    			Status: v1.ConditionTrue,
    			Reason: "ScaleDownStabilized",
    		}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal.go

    	if stabilizedRecommendation != prenormalizedDesiredReplicas {
    		setCondition(hpa, autoscalingv2.AbleToScale, v1.ConditionTrue, "ScaleDownStabilized", "recent recommendations were higher than current one, applying the highest recent recommendation")
    	} else {
    		setCondition(hpa, autoscalingv2.AbleToScale, v1.ConditionTrue, "ReadyForNewScale", "recommended size matches current size")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  3. pkg/apis/autoscaling/types.go

    	ScalingActive HorizontalPodAutoscalerConditionType = "ScalingActive"
    	// AbleToScale indicates a lack of transient issues which prevent scaling from occurring,
    	// such as being in a backoff window, or being unable to access/update the target scale.
    	AbleToScale HorizontalPodAutoscalerConditionType = "AbleToScale"
    	// ScalingLimited indicates that the calculated scale based on metrics would be above or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2beta1/types.go

    	ScalingActive HorizontalPodAutoscalerConditionType = "ScalingActive"
    	// AbleToScale indicates a lack of transient issues which prevent scaling from occurring,
    	// such as being in a backoff window, or being unable to access/update the target scale.
    	AbleToScale HorizontalPodAutoscalerConditionType = "AbleToScale"
    	// ScalingLimited indicates that the calculated scale based on metrics would be above or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 26.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    	ScalingActive HorizontalPodAutoscalerConditionType = "ScalingActive"
    	// AbleToScale indicates a lack of transient issues which prevent scaling from occurring,
    	// such as being in a backoff window, or being unable to access/update the target scale.
    	AbleToScale HorizontalPodAutoscalerConditionType = "AbleToScale"
    	// ScalingLimited indicates that the calculated scale based on metrics would be above or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2/types.go

    	ScalingActive HorizontalPodAutoscalerConditionType = "ScalingActive"
    	// AbleToScale indicates a lack of transient issues which prevent scaling from occurring,
    	// such as being in a backoff window, or being unable to access/update the target scale.
    	AbleToScale HorizontalPodAutoscalerConditionType = "AbleToScale"
    	// ScalingLimited indicates that the calculated scale based on metrics would be above or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/types.go

    	ScalingActive HorizontalPodAutoscalerConditionType = "ScalingActive"
    	// AbleToScale indicates a lack of transient issues which prevent scaling from occurring,
    	// such as being in a backoff window, or being unable to access/update the target scale.
    	AbleToScale HorizontalPodAutoscalerConditionType = "AbleToScale"
    	// ScalingLimited indicates that the calculated scale based on metrics would be above or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top