// Tests that the apiserver retries patches func TestPatchConflicts(t *testing.T) { … } func findOwnerRefByUID(ownerRefs []metav1.OwnerReference, uid types.UID) bool { … } // Shows that a strategic merge patch with a nested patch which is merged // with an empty slice is handled property // https://github.com/kubernetes/kubernetes/issues/117470 func TestNestedStrategicMergePatchWithEmpty(t *testing.T) { … }