Documentation
¶
Overview ¶
Package runtime implements pipeline task execution runtimes.
Index ¶
Constants ¶
View Source
const ( Docker = "docker" Shell = "shell" Machine = "machine" Capability = "capability" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiMounter ¶
type MultiMounter struct {
// contains filtered or unexported fields
}
func NewMultiMounter ¶
func NewMultiMounter() *MultiMounter
func (*MultiMounter) RegisterMounter ¶
func (m *MultiMounter) RegisterMounter(mtype string, mr Mounter)
Directories
¶
| Path | Synopsis |
|---|---|
|
Package capability implements capability-based execution runtime.
|
Package capability implements capability-based execution runtime. |
|
Package docker implements the Docker execution runtime.
|
Package docker implements the Docker execution runtime. |
|
Package machine implements the machine execution runtime.
|
Package machine implements the machine execution runtime. |
|
Package shell implements the shell command execution runtime.
|
Package shell implements the shell command execution runtime. |
Click to show internal directories.
Click to hide internal directories.