Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetWarningsForStorageClass (0.21 sec)

  1. pkg/api/storage/util_test.go

    			},
    		},
    	}
    
    	for _, tc := range testcases {
    		t.Run("podspec_"+tc.name, func(t *testing.T) {
    			actual := sets.New[string](GetWarningsForStorageClass(tc.template)...)
    			expected := sets.New[string](tc.expected...)
    			for _, missing := range sets.List[string](expected.Difference(actual)) {
    				t.Errorf("missing: %s", missing)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top