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.
Click to show internal directories.
Click to hide internal directories.