Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runTestOverPVCRetentionPolicies (0.28 sec)

  1. pkg/controller/statefulset/stateful_set_control_test.go

    		testFn := testCase.fn
    		runTestOverPVCRetentionPolicies(
    			t,
    			fmt.Sprintf("%s/Monotonic", fnName),
    			func(t *testing.T, policy *apps.StatefulSetPersistentVolumeClaimRetentionPolicy) {
    				set := testObj()
    				set.Spec.PersistentVolumeClaimRetentionPolicy = policy
    				testFn(t, set, assertMonotonicInvariants)
    			},
    		)
    		runTestOverPVCRetentionPolicies(
    			t,
    			fmt.Sprintf("%s/Burst", fnName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top