Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface { GroupResource() schema.GroupResource Convert(Object *unstructured.Unstructured, desiredAPIVersion string) (*unstructured.Unstructured, error) }
Converter is a interface to convert object to the desired version
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is a http handler for multiple converters
func NewHandler ¶
func NewHandler(converters []Converter, restMapper meta.RESTMapper) *Handler
Click to show internal directories.
Click to hide internal directories.