Documentation ¶
Index ¶
- Variables
- func AddToScheme(s *runtime.Scheme) error
- type BasicNegotiatedSerializer
- func (s BasicNegotiatedSerializer) DecoderToVersion(decoder runtime.Decoder, gv runtime.GroupVersioner) runtime.Decoder
- func (s BasicNegotiatedSerializer) EncoderForVersion(encoder runtime.Encoder, gv runtime.GroupVersioner) runtime.Encoder
- func (s BasicNegotiatedSerializer) SupportedMediaTypes() []runtime.SerializerInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var AddToSchemes runtime.SchemeBuilder
Functions ¶
func AddToScheme ¶
Types ¶
type BasicNegotiatedSerializer ¶
type BasicNegotiatedSerializer struct{}
basicNegotiatedSerializer is used to handle discovery and error handling serialization
func (BasicNegotiatedSerializer) DecoderToVersion ¶
func (s BasicNegotiatedSerializer) DecoderToVersion(decoder runtime.Decoder, gv runtime.GroupVersioner) runtime.Decoder
func (BasicNegotiatedSerializer) EncoderForVersion ¶
func (s BasicNegotiatedSerializer) EncoderForVersion(encoder runtime.Encoder, gv runtime.GroupVersioner) runtime.Encoder
func (BasicNegotiatedSerializer) SupportedMediaTypes ¶
func (s BasicNegotiatedSerializer) SupportedMediaTypes() []runtime.SerializerInfo
Click to show internal directories.
Click to hide internal directories.