Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleWithWarnings (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    			return label, value, nil
    		},
    	)
    }
    
    // defaultAPIServer exposes nested objects for testability.
    type defaultAPIServer struct {
    	http.Handler
    	container *restful.Container
    }
    
    func handleWithWarnings(storage map[string]rest.Storage) http.Handler {
    	return genericapifilters.WithWarningRecorder(handle(storage))
    }
    
    // uses the default settings
    func handle(storage map[string]rest.Storage) http.Handler {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
Back to top