# Functions
Deployment gets a deployment object that can be used to generate a manifest as a string.
Initialize initializes local config
Returns an error if the command failed.
InitializeWithoutRepos initializes local config without adding repos
Returns an error if the command failed.
Install uses Kubernetes client to install Tiller.
Secret gets a secret object that can be used to generate a manifest as a string.
Service gets a service object that can be used to generate a manifest as a string.
TillerManifests gets the Deployment, Service, and Secret (if tls-enabled) manifests.
Uninstall uses Kubernetes client to uninstall Tiller.
Upgrade uses Kubernetes client to upgrade Tiller to current version.
# Constants
LocalRepository is the standard name of the local repository.
LocalRepositoryIndexFile is the standard name of the local repository index file.
# Structs
Options control how to install Tiller into a cluster, upgrade, and uninstall Tiller from a cluster.
# Type aliases
OutputFormat defines valid values for init output (json, yaml).