type errNotAcceptable …
func NewNotAcceptableError(accepted []string) error { … }
func (e errNotAcceptable) Error() string { … }
func (e errNotAcceptable) Status() metav1.Status { … }
type errNotAcceptableConversion …
func NewNotAcceptableConversionError(target string, accepted []string) error { … }
func (e errNotAcceptableConversion) Error() string { … }
func (e errNotAcceptableConversion) Status() metav1.Status { … }
type errUnsupportedMediaType …
func NewUnsupportedMediaTypeError(accepted []string) error { … }
func (e errUnsupportedMediaType) Error() string { … }
func (e errUnsupportedMediaType) Status() metav1.Status { … }