([]byte, *schema.GroupVersionKind, runtime.Object)
| 179 | type fakeCodec struct{} |
| 180 | |
| 181 | func (c *fakeCodec) Decode([]byte, *schema.GroupVersionKind, runtime.Object) (runtime.Object, *schema.GroupVersionKind, error) { |
| 182 | return nil, nil, nil |
| 183 | } |
| 184 | |
| 185 | func (c *fakeCodec) Encode(obj runtime.Object, stream io.Writer) error { |
| 186 | return nil |
no outgoing calls
no test coverage detected