Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MetricSourceType (0.23 sec)

  1. pkg/apis/autoscaling/validation/validation_test.go

    					MinReplicas:    utilpointer.Int32(1),
    					MaxReplicas:    5,
    					Metrics: []autoscaling.MetricSpec{{
    						Type: autoscaling.MetricSourceType("InvalidType"),
    					}},
    				},
    			},
    			msg: "type: Unsupported value",
    		}, {
    			horizontalPodAutoscaler: autoscaling.HorizontalPodAutoscaler{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal.go

    	resourceName v1.ResourceName, namespace string, container string, selector labels.Selector, sourceType autoscalingv2.MetricSourceType) (replicaCountProposal int32,
    	metricStatus *autoscalingv2.MetricValueStatus, timestampProposal time.Time, metricNameProposal string,
    	condition autoscalingv2.HorizontalPodAutoscalerCondition, err error) {
    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