mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-05 07:26:56 +00:00
The content of a RawExtension isn't constrained on its own, but there is a de facto requirement that the object in a request body can be converted to unstructured. Currently, a RawExtension can only be converted to unstructured if its Raw field is nil or if it contains valid JSON.