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/server/compiler/template/native"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderBuild ¶
RenderBuild renders the templated build.
func RenderStep ¶
func RenderStep(tmpl string, s *types.Step) (types.StepSlice, types.SecretSlice, types.ServiceSlice, raw.StringSliceMap, 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.