# Functions
New returns an environment initialized with the defaults.
# Constants
DefaultTillerNamespace is the default namespace for tiller.
GoTplEngine is the name of the Go template engine, as registered in the EngineYard.
TillerNamespaceEnvVar is the environment variable name for the tiller namespace in the kubernetes cluster.
# Variables
DefaultEngine points to the engine that the EngineYard should treat as the default.
# Structs
Environment provides the context for executing a client request.
PrintingKubeClient implements KubeClient, but simply prints the reader to the given output.
# Interfaces
Engine represents a template engine that can render templates.
KubeClient represents a client capable of communicating with the Kubernetes API.
# Type aliases
EngineYard maps engine names to engine implementations.