Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newWatchIdentifier (1.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/watch_tracker_test.go

    			expected: newWatchIdentifier("", "pods", "", ""),
    		},
    		{
    			name:     "list all objects",
    			request:  httpRequest("GET", "/api/v1/pods", ""),
    			expected: nil,
    		},
    		{
    			name:     "watch namespace-scoped objects",
    			request:  httpRequest("GET", "/api/v1/namespaces/foo/pods", "watch=true"),
    			expected: newWatchIdentifier("", "pods", "foo", ""),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 03 14:02:51 UTC 2021
    - 10.4K bytes
    - Viewed (0)
Back to top