Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_discovery_file (0.26 sec)

  1. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    				rt.expected,
    				(len(actual) == 0),
    			)
    		}
    	}
    }
    
    func TestValidateDiscoveryKubeConfigPath(t *testing.T) {
    	tmpfile, err := os.CreateTemp("/tmp", "test_discovery_file")
    	if err != nil {
    		t.Errorf("Error creating temporary file: %v", err)
    	}
    	defer os.Remove(tmpfile.Name())
    
    	var tests = []struct {
    		s        string
    		expected bool
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
Back to top