package
1.5.0-alpha.0
Repository: https://github.com/squeed/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewContext generates a context from the given builder, naming systems, and the naming system you wish to construct the canonical ordering from.
NewErrorTracker makes a new error tracker; note that it implements io.Writer.
No description provided by the author
No description provided by the author
w is the destination; left and right are the delimiters; @ and $ are both reasonable choices.

# Constants

No description provided by the author

# Structs

Context is global context for individual generators to consume.
No description provided by the author
DefaultGen implements a do-nothing Generator.
DefaultPackage contains a default implementation of Package.
ErrorTracker tracks errors to the underlying writer, so that you can ignore them until you're ready to return.
No description provided by the author
SnippetWriter is an attempt to make the template library usable.

# Interfaces

No description provided by the author
Generator is the contract for anything that wants to do auto-generation.
Package contains the contract for generating a package.

# Type aliases

Args exists to make it convenient to construct arguments for SnippetWriter.Do.
Packages is a list of packages to generate.