Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodletRunner ¶
PodletRunner handles the execution of the podlet command
func NewPodletRunner ¶
func NewPodletRunner(tempDir string) (*PodletRunner, error)
NewPodletRunner creates a new runner. It resolves the podlet binary in PATH immediately so callers get a clear error before the pipeline starts rather than a confusing failure deep in Transpile.
func (*PodletRunner) Transpile ¶
func (r *PodletRunner) Transpile(input []byte) error
Transpile takes the processed YAML and runs podlet against it
Click to show internal directories.
Click to hide internal directories.