(obj runtime.Object, w io.Writer)
| 53 | } |
| 54 | |
| 55 | func (dynamicCodec) Encode(obj runtime.Object, w io.Writer) error { |
| 56 | return unstructured.UnstructuredJSONScheme.Encode(obj, w) |
| 57 | } |
| 58 | |
| 59 | // ContentConfig returns a rest.ContentConfig for dynamic types. |
| 60 | // Deprecated only used by test code and its wrong |
no outgoing calls