Documentation
¶
Index ¶
Constants ¶
View Source
const ( HelmLabelDomain = "installation.platform.arangodb.com" HelmLabelManaged = HelmLabelDomain + "/managed" HelmLabelService = HelmLabelDomain + "/service" HelmLabelType = HelmLabelDomain + "/type" )
Variables ¶
This section is empty.
Functions ¶
func NewInstaller ¶
Types ¶
type RegistryTable ¶
type RegistryTable struct { Name string `table:"Name" table_align:"center" table_header_align:"center"` Description string `table:"Description" table_align:"center" table_header_align:"center"` LatestVersion string `table:"Latest Version" table_align:"center" table_header_align:"center"` Installed bool `table:"Installed" table_align:"center" table_header_align:"center"` Valid string `table:"Valid" table_align:"center" table_header_align:"center"` InstalledVersion string `table:"Installed Version" table_align:"center" table_header_align:"center"` }
type ServiceTable ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.