Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for PodInfo (0.17 sec)

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

    			prepareFunc: func(t *testing.T, logger klog.Logger, q *PriorityQueue) (oldPod, newPod *v1.Pod) {
    				podInfo := q.newQueuedPodInfo(medPriorityPodInfo.Pod)
    				if err := q.podBackoffQ.Add(podInfo); err != nil {
    					t.Errorf("adding pod to backoff queue error: %v", err)
    				}
    				return podInfo.Pod, podInfo.Pod
    			},
    			schedulingHintsEnablement: []bool{false, true},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. pkg/api/pod/util_test.go

    			expectPolicyInPod:            false,
    		},
    	}
    	for _, podInfo := range podInfos {
    		t.Run(podInfo.description, func(t *testing.T) {
    			oldPod := podInfo.pod()
    			newPod := oldPod.DeepCopy()
    			if oldPod == nil && podInfo.newPodHasFSGroupChangePolicy {
    				newPod = fsGroupPod()
    			}
    
    			if oldPod != nil {
    				if podInfo.newPodHasFSGroupChangePolicy {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                - mountPath: /etc/certs/
                  name: istio-certs
                  readOnly: true
                {{- end }}
                - name: istio-podinfo
                  mountPath: /etc/istio/pod
                 {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/runtime/framework_test.go

    		}
    		checkLatency(t, value)
    	}
    }
    
    func mustNewPodInfo(t *testing.T, pod *v1.Pod) *framework.PodInfo {
    	podInfo, err := framework.NewPodInfo(pod)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return podInfo
    }
    
    // BuildNodeInfos build NodeInfo slice from a v1.Node slice
    func BuildNodeInfos(nodes []*v1.Node) []*framework.NodeInfo {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  5. pkg/scheduler/schedule_one_test.go

    	s := fmt.Sprintf("0/1 nodes are available: %v.", failReason)
    	return fmt.Errorf(s)
    }
    
    func mustNewPodInfo(t *testing.T, pod *v1.Pod) *framework.PodInfo {
    	podInfo, err := framework.NewPodInfo(pod)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return podInfo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    		t.Errorf("status does not match: %v, want: %v", gotStatus, wantStatus)
    	}
    }
    
    func mustNewPodInfo(t *testing.T, pod *v1.Pod) *framework.PodInfo {
    	podInfo, err := framework.NewPodInfo(pod)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return podInfo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    /var/run/secrets/tokens name: istio-token - mountPath: /etc/istio/pod name: istio-podinfo volumes: - emptyDir: {} name: workload-socket - emptyDir: medium: Memory name: istio-envoy - emptyDir: medium: Memory name: go-proxy-envoy - emptyDir: {} name: istio-data - emptyDir: {} name: go-proxy-data - downwardAPI: items: - fieldRef: fieldPath: metadata.labels path: labels - fieldRef: fieldPath: metadata.annotations path: annotations name: istio-podinfo - name: istio-token projected: sources: - serviceAccountToken: audience:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/pkg.go

    		if p.Error == nil {
    			p.Error = &PackageError{Err: fmt.Errorf(format, args...)}
    			p.Incomplete = true
    		}
    	}
    
    	var debugModFromModinfo func(*modinfo.ModulePublic) *debug.Module
    	debugModFromModinfo = func(mi *modinfo.ModulePublic) *debug.Module {
    		version := mi.Version
    		if version == "" {
    			version = "(devel)"
    		}
    		dm := &debug.Module{
    			Path:    mi.Path,
    			Version: version,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    	}
    	if p.Internal.FuzzInstrument {
    		if fuzzFlags := fuzzInstrumentFlags(); fuzzFlags != nil {
    			fmt.Fprintf(h, "fuzz %q\n", fuzzFlags)
    		}
    	}
    	if p.Internal.BuildInfo != nil {
    		fmt.Fprintf(h, "modinfo %q\n", p.Internal.BuildInfo.String())
    	}
    
    	// Configuration specific to compiler toolchain.
    	switch cfg.BuildToolchainName {
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func GetModuleInformation(process Handle, module Handle, modinfo *ModuleInfo, cb uint32) (err error) {
    	r1, _, e1 := syscall.Syscall6(procGetModuleInformation.Addr(), 4, uintptr(process), uintptr(module), uintptr(unsafe.Pointer(modinfo)), uintptr(cb), 0, 0)
    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top