Update go mod and vendor in client dir to 0.28.0
This commit is contained in:
2
client/vendor/k8s.io/kube-openapi/pkg/internal/flags.go
generated
vendored
2
client/vendor/k8s.io/kube-openapi/pkg/internal/flags.go
generated
vendored
@@ -18,7 +18,7 @@ package internal
|
||||
|
||||
// Used by tests to selectively disable experimental JSON unmarshaler
|
||||
var UseOptimizedJSONUnmarshaling bool = true
|
||||
var UseOptimizedJSONUnmarshalingV3 bool = false
|
||||
var UseOptimizedJSONUnmarshalingV3 bool = true
|
||||
|
||||
// Used by tests to selectively disable experimental JSON marshaler
|
||||
var UseOptimizedJSONMarshaling bool = true
|
||||
|
Reference in New Issue
Block a user