Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateStatusIfNeeded (0.28 sec)

  1. pkg/controller/podautoscaler/horizontal.go

    	}
    
    	if rescale {
    		now := metav1.NewTime(time.Now())
    		hpa.Status.LastScaleTime = &now
    	}
    }
    
    // updateStatusIfNeeded calls updateStatus only if the status of the new HPA is not the same as the old status
    func (a *HorizontalController) updateStatusIfNeeded(ctx context.Context, oldStatus *autoscalingv2.HorizontalPodAutoscalerStatus, newHPA *autoscalingv2.HorizontalPodAutoscaler) 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