mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	Merge pull request #118209 from pohly/dra-pre-scheduled-pods
dra: pre-scheduled pods
This commit is contained in:
		| @@ -356,6 +356,7 @@ func startResourceClaimController(ctx context.Context, controllerContext Control | ||||
| 		klog.FromContext(ctx), | ||||
| 		controllerContext.ClientBuilder.ClientOrDie("resource-claim-controller"), | ||||
| 		controllerContext.InformerFactory.Core().V1().Pods(), | ||||
| 		controllerContext.InformerFactory.Resource().V1alpha2().PodSchedulingContexts(), | ||||
| 		controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaims(), | ||||
| 		controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaimTemplates()) | ||||
| 	if err != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot