Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyGraphInvariants (0.23 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    			actualActionSet, expectedActionSet.Difference(actualActionSet))
    	}
    }
    
    // verifyGraphInvariants verifies that all of a node's owners list the node as a
    // dependent and vice versa. uidToNode has all the nodes in the graph.
    func verifyGraphInvariants(scenario string, uidToNode map[types.UID]*node, t *testing.T) {
    	for myUID, node := range uidToNode {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top