Closed michaeljguarino closed 7 months ago
Nested objects become map[interface{}]interface{} which fails to then be json encoded, use k8s' internal one instead.
local
Summary
Nested objects become map[interface{}]interface{} which fails to then be json encoded, use k8s' internal one instead.
Test Plan
local
Checklist