Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withPVC (0.07 sec)

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

    			initialObjects: []runtime.Object{
    				withPVC(defaultPVCName, pod()),
    			},
    			updatedPVC:      deleted(withProtectionFinalizer(pvc())),
    			expectedActions: []clienttesting.Action{},
    		},
    		{
    			name: "deleted PVC with finalizer + pod with unrelated PVC and EmptyDir exists -> finalizer is removed",
    			initialObjects: []runtime.Object{
    				withEmptyDir(withPVC("unrelatedPVC", pod())),
    			},
    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