Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Logger micrologger.Logger Converter Converter Scheme *runtime.Scheme }
type Converter ¶
type Converter interface {
Convert(Object *unstructured.Unstructured, toVersion string) (*unstructured.Unstructured, error)
}
Click to show internal directories.
Click to hide internal directories.