# Functions
New returns an environment initialized with the defaults.
# Constants
DefaultTillerNamespace is the default namespace for Tiller.
DefaultTillerPort defines the default port tiller listen on for client traffic.
DefaultTillerProbePort defines the default port to listen on for probes.
GoTplEngine is the name of the Go template engine, as registered in the EngineYard.
# 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.