Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toInterfaceSlice (1.01 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			}
    
    			if tt.expectedAlternatives == nil {
    				expectNoDiff(t, fmt.Sprintf("%s: incorrect pod", tt.name), tt.expectedOut, out)
    			} else {
    				ExpectContains(t, fmt.Sprintf("%s: incorrect pod", tt.name), toInterfaceSlice(tt.expectedAlternatives), out)
    			}
    		})
    	}
    }
    
    func RunTestUnconditionalDelete(ctx context.Context, t *testing.T, store storage.Interface) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
Back to top