Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtendedClientNegotiator ¶
type ExtendedClientNegotiator interface { runtime.ClientNegotiator Encoder(contentType string, params map[string]string) (runtime.Encoder, error) Decoder(contentType string, params map[string]string) (runtime.Decoder, error) StreamEncoder(contentType string, params map[string]string) (runtime.Encoder, runtime.Serializer, runtime.Framer, error) StreamDecoder(contentType string, params map[string]string) (runtime.Decoder, runtime.Serializer, runtime.Framer, error) SupportedMediaTypes() []runtime.SerializerInfo AcceptContentTypes() string DefaultContentType() string }
func NewExtendedClientNegotiator ¶
func NewExtendedClientNegotiator(scheme *runtime.Scheme) ExtendedClientNegotiator
Click to show internal directories.
Click to hide internal directories.