mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Changed API doc
This commit is contained in:
		@@ -46,8 +46,8 @@ type PriorityClass struct {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// globalDefault specifies whether this PriorityClass should be considered as
 | 
						// globalDefault specifies whether this PriorityClass should be considered as
 | 
				
			||||||
	// the default priority for pods that do not have any priority class.
 | 
						// the default priority for pods that do not have any priority class.
 | 
				
			||||||
	// Only one PriorityClass with can be marked as `globalDefault`. Due to race conditions, more than
 | 
						// Only one PriorityClass can be marked as `globalDefault`. However, if more than
 | 
				
			||||||
	// one PriorityClasses might be created with their `globalDefault` field set to true. In that case,
 | 
						// one PriorityClasses exists with their `globalDefault` field set to true,
 | 
				
			||||||
	// the smallest value of such global default PriorityClasses will be used as the default priority.
 | 
						// the smallest value of such global default PriorityClasses will be used as the default priority.
 | 
				
			||||||
	// +optional
 | 
						// +optional
 | 
				
			||||||
	GlobalDefault bool
 | 
						GlobalDefault bool
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -39,8 +39,8 @@ type PriorityClass struct {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// globalDefault specifies whether this PriorityClass should be considered as
 | 
						// globalDefault specifies whether this PriorityClass should be considered as
 | 
				
			||||||
	// the default priority for pods that do not have any priority class.
 | 
						// the default priority for pods that do not have any priority class.
 | 
				
			||||||
	// Only one PriorityClass with can be marked as `globalDefault`. Due to race conditions, more than
 | 
						// Only one PriorityClass can be marked as `globalDefault`. However, if more than
 | 
				
			||||||
	// one PriorityClasses might be created with their `globalDefault` field set to true. In that case,
 | 
						// one PriorityClasses exists with their `globalDefault` field set to true,
 | 
				
			||||||
	// the smallest value of such global default PriorityClasses will be used as the default priority.
 | 
						// the smallest value of such global default PriorityClasses will be used as the default priority.
 | 
				
			||||||
	// +optional
 | 
						// +optional
 | 
				
			||||||
	GlobalDefault bool `json:"globalDefault,omitempty" protobuf:"bytes,3,opt,name=globalDefault"`
 | 
						GlobalDefault bool `json:"globalDefault,omitempty" protobuf:"bytes,3,opt,name=globalDefault"`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user