Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Name string Version string Copyright string Author string Description string Entrypoint string Mounts []string Attrs []string Store string PocoVersion string }
App is the structure holding the application metadata All the fields are passed to the template rendering engine
type Bundler ¶
type Bundler struct {
// contains filtered or unexported fields
}
Bundler is the poCo application bundler
func (*Bundler) DownloadImage ¶
DownloadImage downloads a container image locally.
type Option ¶
Option is a Bundler option
func WithCompression ¶ added in v0.2.0
WithCompression sets the bundle compression algorithm
func WithDirectory ¶ added in v0.3.1
WithDirectory sets the bundler input dir to bundle
func WithRenderData ¶
WithRenderData sets the data to be rendered when creating the application bundle
func WithStateDir ¶
WithStateDir sets the bundler application state directory
Click to show internal directories.
Click to hide internal directories.