- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for UnmarshalStrict (0.08 sec)
-
istioctl/pkg/validate/validate.go
return warnings, errs } if len(doc) == 0 { continue } out := map[string]any{} if err := yaml.UnmarshalStrict(doc, &out); err != nil { errs = multierror.Append(errs, multierror.Prefix(err, fmt.Sprintf("failed to decode file %s: ", path))) return warnings, errs } un := unstructured.Unstructured{Object: out}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 22:27:47 UTC 2024 - 14.3K bytes - Viewed (0)