chore(combine-crs): skip redundant experiment CR (#380)
* chore(combine-crs): skip redundant experiment CR Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * chore(combine-crs): updating category charts Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
8b2615897c
commit
7fc3b067c5
14
scripts/vendor/sigs.k8s.io/yaml/yaml_go110.go
generated
vendored
Normal file
14
scripts/vendor/sigs.k8s.io/yaml/yaml_go110.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// This file contains changes that are only compatible with go 1.10 and onwards.
|
||||
|
||||
// +build go1.10
|
||||
|
||||
package yaml
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
// DisallowUnknownFields configures the JSON decoder to error out if unknown
|
||||
// fields come along, instead of dropping them by default.
|
||||
func DisallowUnknownFields(d *json.Decoder) *json.Decoder {
|
||||
d.DisallowUnknownFields()
|
||||
return d
|
||||
}
|
Reference in New Issue
Block a user