Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIsClaimOwnerUpToDate (0.23 sec)

  1. pkg/controller/statefulset/stateful_set_utils_test.go

    		got := matchesRef(&tc.ref, &tc.obj, tc.schema)
    		if got != tc.shouldMatch {
    			t.Errorf("Failed %s: got %t, expected %t", tc.name, got, tc.shouldMatch)
    		}
    	}
    }
    
    func TestIsClaimOwnerUpToDate(t *testing.T) {
    	testCases := []struct {
    		name            string
    		scaleDownPolicy apps.PersistentVolumeClaimRetentionPolicyType
    		setDeletePolicy apps.PersistentVolumeClaimRetentionPolicyType
    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