kubernetes/staging/src/k8s.io/apiserver/pkg/endpoints/warning/warning.go

// AddWarningsHandler returns a handler that adds the provided warnings to all requests,
// then delegates to the provided handler.
func AddWarningsHandler(handler restful.RouteFunction, warnings []string) restful.RouteFunction {}