Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inputInError (1.24 sec)

  1. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    		input        string
    		expectedErr  string
    		inputInError bool
    	}{
    		"invalid pattern": {
    			input:        "[a-z*.yaml",
    			expectedErr:  "syntax error in pattern",
    			inputInError: true,
    		},
    		"file does not exist": {
    			input:        "../../artifacts/guestbook/notexist.yaml",
    			expectedErr:  "does not exist",
    			inputInError: true,
    		},
    		"directory does not exist and valid glob": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
Back to top