Documentation
¶
Index ¶
Constants ¶
View Source
const ( Dry hydrationState = iota Hydrating Wet )
constants for all the hydration states
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct { // PkgPath is the absolute path to the root package PkgPath string // Runtime knows how to pick a function runner for a given function Runtime fn.FunctionRuntime // ResultsDirPath is absolute path to the directory to write results ResultsDirPath string // Output is the writer to which the output resources are written Output io.Writer // ImagePullPolicy pull image before running the container. // It must be one of fnruntime.AlwaysPull, fnruntime.IfNotPresentPull, fnruntime.NeverPull ImagePullPolicy fnruntime.ImagePullPolicy // AllowExec allow binary executable to be run during pipeline execution AllowExec bool // FileSystem is the input filesystem to operate on FileSystem filesys.FileSystem // contains filtered or unexported fields }
Renderer hydrates a given pkg by running the functions in the input pipeline
Click to show internal directories.
Click to hide internal directories.