Versions in this module Expand all Collapse all v0 v0.0.2 Jul 2, 2024 v0.0.1 Jan 9, 2024 Changes in this version + type Converter struct + func New(options ...Option) *Converter + func (d *Converter) Convert(r io.Reader) ([]byte, error) + func (d *Converter) ConvertBytes(b []byte) ([]byte, error) + func (d *Converter) ConvertFile(p string) ([]byte, error) + func (d *Converter) ConvertString(s string) ([]byte, error) + type Option func(*Converter) + func WithDockerhub(connector string) Option + func WithKubernetes(namespace, connector string) Option