Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dumphdr (0.11 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue.go

    // PendingPods returns all the pending pods in the queue; accompanied by a debugging string
    // recording showing the number of pods in each queue respectively.
    // This function is used for debugging purposes in the scheduler cache dumper and comparer.
    func (p *PriorityQueue) PendingPods() ([]*v1.Pod, string) {
    	p.lock.RLock()
    	defer p.lock.RUnlock()
    	var result []*v1.Pod
    	for _, pInfo := range p.activeQ.List() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  2. cluster/gce/windows/k8s-node-setup.psm1

      if (IsLoggingAgentInstalled) {
        # Note: we should reinstall the agent if $REDO_STEPS is true
        # here, but we don't know how to run the installer without it prompting
        # when logging agent is already installed. We dumped the strings in the
        # installer binary and searched for flags to do this but found nothing. Oh
        # well.
        Log-Output ("Skip: Fluentbit logging agent is already installed")
        return
      }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top