pluralsh / plural-cli

cli for the plural platform
MIT License
27 stars 10 forks source link

Don't use crap go yaml parser #501

Closed michaeljguarino closed 7 months ago

michaeljguarino commented 7 months ago

Summary

Nested objects become map[interface{}]interface{} which fails to then be json encoded, use k8s' internal one instead.

Test Plan

local

Checklist