Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SucceededGetScale (0.1 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		expectedConditions: []autoscalingv2.HorizontalPodAutoscalerCondition{
    			{Type: autoscalingv2.AbleToScale, Status: v1.ConditionTrue, Reason: "SucceededGetScale"},
    			{Type: autoscalingv2.ScalingActive, Status: v1.ConditionFalse, Reason: "InvalidMetricSourceType"},
    		},
    		expectedReportedReconciliationActionLabel: monitor.ActionLabelNone,
    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

    			utilruntime.HandleError(err)
    		}
    		return fmt.Errorf("failed to query scale subresource for %s: %v", reference, err)
    	}
    	setCondition(hpa, autoscalingv2.AbleToScale, v1.ConditionTrue, "SucceededGetScale", "the HPA controller was able to get the target's current scale")
    	currentReplicas := scale.Spec.Replicas
    	a.recordInitialRecommendation(currentReplicas, key)
    
    	var (
    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