mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-17 01:38:16 -05:00
Add a recognizer that is capable of sniffing content type from data by asking each serializer to try to decode - this is for a "universal decoder/deserializer" which can be used by client logic. Add codec factory, which provides the core primitives for content type negotiation. Codec factories depend only on schemes, serializers, and groupversion pairs. |
||
|---|---|---|
| .. | ||
| recognizer.go | ||
| recognizer_test.go | ||