package
0.4.4
Repository: https://github.com/mmlt/kubectl-tmplt.git
Documentation: pkg.go.dev

# Functions

ModeFromString return tool mode based on (kebab formatted) arg.

# Constants

ModeActions is true for a modes that perform actions.
ModeApply generates and applies templates to the target cluster but doesn't perform actions.
ModeApplyWithActions generates and applies templates and actions to the target cluster.
ModeGenerate generates templates and writes them to out instead of applying them.
ModeGenerateWithActions generates templates and actions and writes them to out instead of applying them.
ModeUnknown means no Mode has been specified.
Step names.
Step names.
Step names.

# Structs

Tool is responsible for reading a job file with one or more steps.

# Interfaces

Executor provides methods to apply a step to the target cluster or write a textual representation to out.

# Type aliases

Mode selects what the Tool should do; see Mode* constants for more.