Bump To k8s 1.22.0

This commit is contained in:
Sean Malloy
2021-08-19 00:40:38 -05:00
parent 5420988a28
commit c079c7aaae
1614 changed files with 126677 additions and 52125 deletions
+10
View File
@@ -0,0 +1,10 @@
// Package httpsnoop provides an easy way to capture http related metrics (i.e.
// response time, bytes written, and http status code) from your application's
// http.Handlers.
//
// Doing this requires non-trivial wrapping of the http.ResponseWriter
// interface, which is also exposed for users interested in a more low-level
// API.
package httpsnoop
//go:generate go run codegen/main.go