Closed kke closed 1 week ago
Missing float support was noticed in https://github.com/k0sproject/k0sctl/issues/785
YAMLs could also contain []byte via !!binary f00f00. Some other types like time.Time are possible but when decoding into a plain map, they will be strings.
[]byte
!!binary f00f00
time.Time
Fixes #5 Closes #4 (I totally missed a PR that was submitted to fix the same problem.)
Missing float support was noticed in https://github.com/k0sproject/k0sctl/issues/785
YAMLs could also contain
[]byte
via!!binary f00f00
. Some other types liketime.Time
are possible but when decoding into a plain map, they will be strings.Fixes #5 Closes #4 (I totally missed a PR that was submitted to fix the same problem.)