Documentation
¶
Overview ¶
Package native provides the ability for Vela to render a templated yaml configuration into an executable pipeline.
Usage:
import "github.com/go-vela/compiler/template/native"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderBuild ¶ added in v0.9.0
RenderBuild renders the templated build.
func RenderStep ¶ added in v0.9.0
func RenderStep(tmpl string, s *types.Step) (types.StepSlice, types.SecretSlice, types.ServiceSlice, error)
RenderStep combines the template with the step in the yaml pipeline. nolint: lll // ignore long line length due to return args
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.