update kubernetes dependencies to v1.24.0

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-07-20 15:34:01 +05:30
parent 2c2d3fa180
commit 3be65b2651
130 changed files with 4361 additions and 768 deletions

12
vendor/github.com/emicklei/go-restful/v3/jsoniter.go generated vendored Normal file
View File

@@ -0,0 +1,12 @@
// +build jsoniter
package restful
import "github.com/json-iterator/go"
var (
json = jsoniter.ConfigCompatibleWithStandardLibrary
MarshalIndent = json.MarshalIndent
NewDecoder = json.NewDecoder
NewEncoder = json.NewEncoder
)