Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Decoder understands groupified and non-groupfied. It deals in internals for now, but will be updated later Decoder runtime.Decoder // EncoderScheme can identify types for serialization. We use this for the event recorder and other things that need to // identify external kinds. EncoderScheme = runtime.NewScheme() // Encoder always encodes to groupfied. Encoder runtime.Encoder )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.