mirror of https://github.com/volcano-sh/apis.git
				
				
				
			Merge pull request #35 from huone1/release-1.18
add crd job taskSpec.TopologyPolicy
This commit is contained in:
		
						commit
						1f8a09ca0a
					
				| 
						 | 
				
			
			@ -14,4 +14,4 @@ limitations under the License.
 | 
			
		|||
// +k8s:deepcopy-gen=package
 | 
			
		||||
 | 
			
		||||
// Package scheduling is the internal version of the API.
 | 
			
		||||
package scheduling
 | 
			
		||||
package scheduling
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,3 +43,6 @@ const JDBMinAvailable = "volcano.sh/jdb-min-available"
 | 
			
		|||
 | 
			
		||||
// JDBMaxUnavailable is the key of max unavailable pod number
 | 
			
		||||
const JDBMaxUnavailable = "volcano.sh/jdb-max-unavailable"
 | 
			
		||||
 | 
			
		||||
// NumaPolicyKey is the key of pod nuam-topology policy
 | 
			
		||||
const NumaPolicyKey = "volcano.sh/numa-topology-policy"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue