Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateClaimOwnerRefForSetAndPod (0.2 sec)

  1. pkg/controller/statefulset/stateful_set_utils_test.go

    					Kind:       "Unknown",
    					Name:       "unknown",
    					UID:        "xyz",
    					Controller: ptr.To(true),
    				})
    			}
    			claim.SetOwnerReferences(claimRefs)
    			updateClaimOwnerRefForSetAndPod(logger, &claim, &set, &pod)
    			// Confirm that after the update, the specified owner is set as the only controller.
    			// Any other controllers will be cleaned update by the update.
    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