package
0.7.0
Repository: https://github.com/mkimuram/operator-sdk.git
Documentation: pkg.go.dev

# Constants

Error returns an error and stops processing.
Overwrite truncates and overwrites the existing file (default).
Skip skips the file and moves to the next one.

# Structs

Config configures the execution scaffold templates.
Input is the input for scaffoldig a file.

# Interfaces

AbsProjectPath allows the absolute project path to be set on an object.
File is a scaffoldable file.
ProjectName allows the project name to be set on an object.
Repo allows a repo to be set on an object.
Validate validates input.

# Type aliases

IfExistsAction determines what to do if the scaffold file already exists.