Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEtagConsistent (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler_test.go

    }
    
    // Test that an etag associated with the service only depends on the apiresources
    // e.g.: Multiple services with the same contents should have the same etag.
    func TestEtagConsistent(t *testing.T) {
    	// Create 2 managers, add a bunch of services to each
    	manager1 := discoveryendpoint.NewResourceManager("apis")
    	manager2 := discoveryendpoint.NewResourceManager("apis")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
Back to top