environment

package
v0.3.2-rc.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command []string

Command type stores information about a command

type Container

type Container struct {
	Image          string         `yaml:"image"`
	WorkingDir     string         `yaml:"workingDir,omitempty"`
	ContainerBuild ContainerBuild `yaml:"build"`
}

Container stores container based execution information

type ContainerBuild

type ContainerBuild struct {
	Dockerfile string `yaml:"dockerfile"` // Default : Look for Dockerfile in the same folder
	Context    string `yaml:"context"`    // Default : Same folder as the yaml
}

ContainerBuild stores container build information

Jump to

Keyboard shortcuts

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