package
1.4.0-alpha.0
Repository: https://github.com/7ing/kubernetes.git
Documentation: pkg.go.dev

# Functions

Environment customizes the process runtime environment for a Task.
MergeOutput waits for the given tasks to complete.
New builds a newly initialized task object but does not start any processes for it.
NoRespawn configures the Task lifecycle such that it will not respawn upon termination.

# Structs

Completion represents the termination of a Task process.
task is a specification for running a system process; it provides hooks for customizing logging and restart handling as well as provides event channels for communicating process termination and errors related to process management.

# Interfaces

No description provided by the author

# Type aliases

Option is a functional option type for a Task that returns an "undo" Option after upon modifying the Task.