Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noSuchField (1.3 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/fieldselector_test.go

    				expectObserveRemoval: sets.New("shirt2"), // shirt 2 is updated to not match the selector
    			},
    			{
    				version:        version,
    				fieldSelector:  "spec.nosuchfield=xyz",
    				expectedByName: sets.New[string](),
    				expectError:    "field label not supported: spec.nosuchfield",
    			},
    		}...)
    	}
    
    	t.Run("watch", func(t *testing.T) {
    		testWatch(ctx, t, tcs, dynamicClient)
    	})
    	t.Run("list", func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:53:03 UTC 2024
    - 27K bytes
    - Viewed (0)
Back to top