# Functions
NewDeployer returns a new initialized Deployer.
NewExpander returns a new initialized Expander.
NewManager returns a new initialized Manager.
NewTypeResolver returns a new initialized TypeResolver.
# Structs
Error is an error type that captures errors from the multiple calls to kubectl made for a single configuration.
ExpandedTemplate is the structure returned by the expansion service.
ExpansionResponse describes the results of marshaling an ExpandedTemplate.
# Interfaces
Deployer abstracts interactions with the expander and deployer services.
Expander abstracts interactions with the expander and deployer services.
Manager manages a persistent set of Deployments.
TypeResolver finds Types in a Configuration which aren't yet reduceable to an import file or primitive, and attempts to replace them with a template from a URL.