Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for rejectConn (0.12 sec)

  1. pkg/scheduler/framework/types.go

    	// Plugins **have to** implement a QueueingHint for Pod/Update event
    	// if the rejection from them could be resolved by updating unscheduled Pods themselves.
    	// Example: Pods that require excessive resources may be rejected by the noderesources plugin,
    	// if this unscheduled pod is updated to require fewer resources,
    	// the previous rejection from noderesources plugin can be resolved.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue.go

    			// When unscheduled Pods are updated, we check with QueueingHint
    			// whether the update may make the pods schedulable.
    			// Plugins have to implement a QueueingHint for Pod/Update event
    			// if the rejection from them could be resolved by updating unscheduled Pods itself.
    			hint := p.isPodWorthRequeuing(logger, pInfo, UnscheduledPodUpdate, oldPod, newPod)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	// run. A pod rejected by a softAdmitHandler will be left in a Pending state indefinitely. If a
    	// rejected pod should not be recreated, or the scheduler is not aware of the rejection rule, the
    	// admission rule should be applied by a softAdmitHandler.
    	softAdmitHandlers lifecycle.PodAdmitHandlers
    
    	// the list of handlers to call during pod sync loop.
    	lifecycle.PodSyncLoopHandlers
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Outputs random values from the Gamma distribution(s) described by alpha.
      }];
    
      let description = [{
    This op uses the algorithm by Marsaglia et al. to acquire samples via
    transformation-rejection from pairs of uniform and normal random variables.
    See http://dl.acm.org/citation.cfm?id=358414
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top