Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for above (0.19 sec)

  1. cni/pkg/repair/netns.go

    	if err != nil {
    		return "", fmt.Errorf("read procs: %v", err)
    	}
    	oldest := uint64(math.MaxUint64)
    	best := ""
    	// We will iterate over all processes. Our goal is to find a process with the same network ID as we found above.
    	// There should be 1 or 2 processes that match: the pause container should always be there, and the istio-validation *might*.
    	// We want the pause container, as the istio-validation one may exit before we are done.
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Dec 20 22:14:13 GMT 2023
    - 4.8K bytes
    - Viewed (0)
  2. operator/cmd/mesh/manifest-generate_test.go

    		checks   []assertion
    	}{
    		{
    			name:     "base",
    			webhooks: mergeWebhooks(defaultWebhook, revWebhook),
    			checks:   baseAssertions,
    		},
    		{
    			// This is exactly the same as above, but empty/empty matches
    			name:     "auto injection",
    			webhooks: mergeWebhooks(autoWebhook, revWebhook),
    			checks:   append([]assertion{{empty, empty, "istiod"}}, baseAssertions...),
    		},
    		{
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 43.5K bytes
    - Viewed (0)
Back to top