Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AdoptControllerRevision (0.3 sec)

  1. pkg/controller/history/controller_history_test.go

    			_, err := history.CreateControllerRevision(test.existing[i].parent, test.existing[i].revision, &collisionCount)
    			if err != nil {
    				t.Fatal(err)
    			}
    		}
    		adopted, err := history.AdoptControllerRevision(test.parent, parentKind, test.revision)
    		if !test.err && err != nil {
    			t.Errorf("%s: %s", test.name, err)
    		}
    		if !test.err && !metav1.IsControlledBy(adopted, test.parent) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
Back to top