Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConverter = newConverter()
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func (*Converter) Convert ¶
func (c *Converter) Convert(in *apiextensionsv1.ConversionRequest) *apiextensionsv1.ConversionResponse
func (*Converter) Register ¶
func (c *Converter) Register(from *schema.GroupVersionKind, to *schema.GroupVersion, f ConvertFunc)
type Server ¶
func (*Server) Conversion ¶
func (s *Server) Conversion(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.