Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. operator/cmd/mesh/test-util_test.go

    	t.Helper()
    	got, f, err := tpath.Find(obj.UnstructuredObject().UnstructuredContent(), util.PathFromString(path))
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !f {
    		t.Fatalf("couldn't find path %v", path)
    	}
    	return got
    }
    
    func mustFindObject(t test.Failer, objs object.K8sObjects, name, kind string) object.K8sObject {
    	t.Helper()
    	o := findObject(objs, name, kind)
    	if o == nil {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Oct 31 14:48:28 GMT 2023
    - 15.3K bytes
    - Viewed (0)
Back to top