Documentation
¶
Index ¶
Constants ¶
View Source
const InstallYAML = `` /* 709-byte string literal not displayed */
InstallYAML is the installation YAML for DM.
View Source
const NamespaceYAML = `` /* 168-byte string literal not displayed */
NamespaceYAML is the installation for a namespace.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Installer ¶
type Installer struct {
// Metadata holds any global metadata attributes for the resources
Metadata map[string]interface{}
// Tiller specific metadata
Tiller map[string]interface{}
}
Installer installs tiller into Kubernetes
See InstallYAML.
func (*Installer) Install ¶
Install uses kubernetes client to install tiller
Returns the string output received from the operation, and an error if the command failed.
If verbose is true, this will print the manifest to stdout.
If createNS is true, this will also create the namespace.
Source Files
¶
- install.go
Click to show internal directories.
Click to hide internal directories.