Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestListWatchesCanWatch (0.14 sec)

  1. pkg/client/tests/listwatch_test.go

    			// This test merely tests that the correct request is made.
    			_, _ = lw.List(metav1.ListOptions{})
    			handler.ValidateRequest(t, item.location, "GET", nil)
    		})
    	}
    }
    
    func TestListWatchesCanWatch(t *testing.T) {
    	fieldSelectorQueryParamName := metav1.FieldSelectorQueryParam("v1")
    	table := []struct {
    		desc          string
    		rv            string
    		location      string
    		resource      string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 02 17:08:23 UTC 2022
    - 5.6K bytes
    - Viewed (0)
Back to top