Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unrelatedPVC (0.14 sec)

  1. pkg/controller/volume/pvcprotection/pvc_protection_controller_test.go

    		},
    		{
    			name: "deleted PVC with finalizer + pod with unrelated PVC and EmptyDir exists -> finalizer is removed",
    			initialObjects: []runtime.Object{
    				withEmptyDir(withPVC("unrelatedPVC", pod())),
    			},
    			updatedPVC: deleted(withProtectionFinalizer(pvc())),
    			expectedActions: []clienttesting.Action{
    				clienttesting.NewListAction(podGVR, podGVK, defaultNS, metav1.ListOptions{}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 15.5K bytes
    - Viewed (0)
Back to top