// TestPrepareWatchListOptionsFromListOptions test the following cases: // // +--------------------------+-----------------+---------+-----------------+ // | ResourceVersionMatch | ResourceVersion | Limit | Continuation | // +--------------------------+-----------------+---------+-----------------+ // | unset/NotOlderThan/Exact | unset/0/100 | unset/4 | unset/FakeToken | // +--------------------------+-----------------+---------+-----------------+ func TestPrepareWatchListOptionsFromListOptions(t *testing.T) { … } func expectedWatchListOptionsFor(rv string) metav1.ListOptions { … }