Commit Graph

2 Commits

Author SHA1 Message Date
Karl Isenberg 4f4bd30c57 Change YamlStringer to only accept Unstructured
- This avoids a runtime schema dependency
2021-09-24 10:35:28 -07:00
Karl Isenberg a468a88337 Unmarshal with k8s.io/apimachinery/pkg/util/yaml
- apimachinery yaml.Unmarshal fixes number types to int64 and float64
- Fix inaccurate error message in mutator
- Move YamlStringer to object pkg for reuse by other pkgs
- Fix jsonpath tests parsing y as a bool
- Fix kstatus example_test.go to actually be a test
2021-09-22 16:33:06 -07:00