mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #111463 from pbetkier/hpa-comment-fix
Fix comment in HPA's scale event replicaChange
This commit is contained in:
		@@ -62,7 +62,7 @@ type timestampedRecommendation struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type timestampedScaleEvent struct {
 | 
			
		||||
	replicaChange int32 // positive for scaleUp, negative for scaleDown
 | 
			
		||||
	replicaChange int32 // absolute value, non-negative
 | 
			
		||||
	timestamp     time.Time
 | 
			
		||||
	outdated      bool
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user