Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for detectCRISocketImpl (0.13 sec)

  1. cmd/kubeadm/app/util/runtime/runtime_test.go

    		t.Run(test.name, func(t *testing.T) {
    			socket, err := detectCRISocketImpl(func(path string) bool {
    				for _, existing := range test.existingSockets {
    					if path == existing {
    						return true
    					}
    				}
    				return false
    			}, test.existingSockets)
    
    			if (err != nil) != test.expectedError {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 06:33:22 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top