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