Versions in this module Expand all Collapse all v0 v0.1.4 Nov 10, 2024 Changes in this version + type Converter interface + Convert func(Object *unstructured.Unstructured, desiredAPIVersion string) (*unstructured.Unstructured, error) + GroupResource func() schema.GroupResource + type Handler struct + func NewHandler(converters []Converter, restMapper meta.RESTMapper) *Handler + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)