Update types.go
line 35-36: "ClusterAutoscalerScaleUp is a condition that explains what is the current status of a node group with regard to scale down activities". It should be "...up activities"
This commit is contained in:
		
							parent
							
								
									054d652e19
								
							
						
					
					
						commit
						cefb7cc36d
					
				| 
						 | 
				
			
			@ -33,7 +33,7 @@ const (
 | 
			
		|||
	// of a node group with regard to scale down activities.
 | 
			
		||||
	ClusterAutoscalerScaleDown ClusterAutoscalerConditionType = "ScaleDown"
 | 
			
		||||
	// ClusterAutoscalerScaleUp is a condition that explains what is the current status
 | 
			
		||||
	// of a node group with regard to scale down activities.
 | 
			
		||||
	// of a node group with regard to scale up activities.
 | 
			
		||||
	ClusterAutoscalerScaleUp ClusterAutoscalerConditionType = "ScaleUp"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue