Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNonController (0.11 sec)

  1. pkg/controller/statefulset/stateful_set_utils_test.go

    			if got != tc.shouldReportUnexpectedController {
    				t.Errorf("Unexpected controller mismatch at %s (policy %v)", tc.name, policy)
    			}
    		}
    	}
    }
    
    func TestNonController(t *testing.T) {
    	testCases := []struct {
    		name string
    		refs []metav1.OwnerReference
    		// The set and pod objets will be created with names "set" and "pod", respectively.
    		setUID        types.UID
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
Back to top