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 // provides a way to convert between internal and external. Please don't used this to serialize and deserialize // Use this for places where you have to convert to some kind of a helper. It happens in apiserver flows where you have // internal objects available InternalExternalScheme = runtime.NewScheme() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.