Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_dropDisabledFieldsOnUpdate (0.37 sec)

  1. pkg/registry/discovery/endpointslice/strategy_test.go

    				t.Logf("actual endpointslice: %v", testcase.eps)
    				t.Logf("expected endpointslice: %v", testcase.expectedEPS)
    				t.Errorf("unexpected EndpointSlice on create API strategy")
    			}
    		})
    	}
    }
    
    func Test_dropDisabledFieldsOnUpdate(t *testing.T) {
    	testcases := []struct {
    		name             string
    		hintsGateEnabled bool
    		oldEPS           *discovery.EndpointSlice
    		newEPS           *discovery.EndpointSlice
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
Back to top