Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupFuncType ¶
type CleanupFuncType func() error
type GenerateDevfile ¶
type GenerateDevfile struct { IndexDir string Name string BuildCTX string Provider string Writer io.Writer CleanupFunc CleanupFuncType }
func (GenerateDevfile) Generate ¶
func (i GenerateDevfile) Generate() error
type TapFitterCompositeTemplateReader ¶
type TapFitterCompositeTemplateReader struct { CompositePath string CatalogPath string Provider string }
func (*TapFitterCompositeTemplateReader) Ingest ¶
func (p *TapFitterCompositeTemplateReader) Ingest(c context.Context) ([]*GenerateDevfile, error)
Click to show internal directories.
Click to hide internal directories.