Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupKustomizeDirectory (0.25 sec)

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

    				(tc.inputInError && !strings.Contains(err.Error(), tc.input)) {
    				t.Errorf("unexpected response: %v %#v", err, test.Infos)
    			}
    		})
    	}
    }
    
    func setupKustomizeDirectory() (string, error) {
    	path, err := os.MkdirTemp("", "")
    	if err != nil {
    		return "", err
    	}
    
    	contents := map[string]string{
    		"configmap.yaml": `
    apiVersion: v1
    kind: ConfigMap
    metadata:
    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