Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 68 for lastScaleTime (0.19 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    				MaxReplicas: tc.maxReplicas,
    				Behavior:    behavior,
    			},
    			Status: autoscalingv2.HorizontalPodAutoscalerStatus{
    				CurrentReplicas: tc.specReplicas,
    				DesiredReplicas: tc.specReplicas,
    				LastScaleTime:   tc.lastScaleTime,
    			},
    		}
    		// Initialize default values
    		autoscalingapiv2.SetDefaults_HorizontalPodAutoscalerBehavior(&hpa)
    
    		obj := &autoscalingv2.HorizontalPodAutoscalerList{
    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/apis/autoscaling/v2/zz_generated.conversion.go

    	out.ObservedGeneration = (*int64)(unsafe.Pointer(in.ObservedGeneration))
    	out.LastScaleTime = (*metav1.Time)(unsafe.Pointer(in.LastScaleTime))
    	out.CurrentReplicas = in.CurrentReplicas
    	out.DesiredReplicas = in.DesiredReplicas
    	if in.CurrentMetrics != nil {
    		in, out := &in.CurrentMetrics, &out.CurrentMetrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 58.5K bytes
    - Viewed (0)
  3. pkg/apis/autoscaling/v2beta2/zz_generated.conversion.go

    	out.ObservedGeneration = (*int64)(unsafe.Pointer(in.ObservedGeneration))
    	out.LastScaleTime = (*metav1.Time)(unsafe.Pointer(in.LastScaleTime))
    	out.CurrentReplicas = in.CurrentReplicas
    	out.DesiredReplicas = in.DesiredReplicas
    	if in.CurrentMetrics != nil {
    		in, out := &in.CurrentMetrics, &out.CurrentMetrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 60.9K bytes
    - Viewed (0)
  4. pkg/controller/podautoscaler/horizontal.go

    		CurrentReplicas: currentReplicas,
    		DesiredReplicas: desiredReplicas,
    		LastScaleTime:   hpa.Status.LastScaleTime,
    		CurrentMetrics:  metricStatuses,
    		Conditions:      hpa.Status.Conditions,
    	}
    
    	if rescale {
    		now := metav1.NewTime(time.Now())
    		hpa.Status.LastScaleTime = &now
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

      // +optional
      optional int64 observedGeneration = 1;
    
      // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
      // used by the autoscaler to control how often the number of pods is changed.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;
    
      // currentReplicas is current number of replicas of pods managed by this autoscaler,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2/generated.proto

      // +optional
      optional int64 observedGeneration = 1;
    
      // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
      // used by the autoscaler to control how often the number of pods is changed.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;
    
      // currentReplicas is current number of replicas of pods managed by this autoscaler,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go

    	"observedGeneration": "observedGeneration is the most recent generation observed by this autoscaler.",
    	"lastScaleTime":      "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta2/generated.proto

      // +optional
      optional int64 observedGeneration = 1;
    
      // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
      // used by the autoscaler to control how often the number of pods is changed.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;
    
      // currentReplicas is current number of replicas of pods managed by this autoscaler,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go

    	"observedGeneration": "observedGeneration is the most recent generation observed by this autoscaler.",
    	"lastScaleTime":      "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      // +optional
      optional int64 observedGeneration = 1;
    
      // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
      // used by the autoscaler to control how often the number of pods is changed.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;
    
      // currentReplicas is current number of replicas of pods managed by this autoscaler,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top