Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Combination ¶
type Combination struct { // MatrixID is an identification of a combination from Parameters in a Matrix. MatrixID string // Params is a specific combination of Parameters in a Matrix. Params []v1beta1.Param }
Combination is a specific combination of Parameters from a Matrix.
type Combinations ¶
type Combinations []*Combination
Combinations is a slice of combinations of Parameters from a Matrix.
func FanOut ¶
func FanOut(params []v1beta1.Param) Combinations
FanOut produces combinations of Parameters of type String from a slice of Parameters of type Array.
Click to show internal directories.
Click to hide internal directories.