matrix

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2021 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrMatrixIsMisplaced = errors.New("matrix can be defined only under a task or docker_builder")

ErrMatrixIsMisplaced is returned when the matrix modifier is attached to a task type other than task or docker_builder.

View Source
var ErrMatrixNeedsCollection = errors.New("matrix should contain a collection")

ErrMatrixNeedsCollection is returned when the matrix modifier does not contain a collection (either map or slice) inside.

View Source
var ErrMatrixNeedsListOfMaps = errors.New("matrix with a list can only contain maps as it's items")

ErrMatrixNeedsListOfMaps is returned when the matrix modifier contains something other than maps (e.g. lists or scalars) as it's items.

Functions

func ExpandMatrices

func ExpandMatrices(tree *node.Node) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL