Documentation ¶
Overview ¶
Package install ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Install ¶
type Install struct { APIVersion string `json:"apiVersion"` Kind string `json:"kind"` Metadata Metadata `json:"metadata"` Spec Spec `json:"spec"` }
Install ...
func (*Install) GetDefault ¶
GetDefault gets default version installed.
func (*Install) IsInstalled ¶
IsInstalled checks if a release is installed.
func (*Install) SaveConfig ¶
func (i *Install) SaveConfig()
SaveConfig saves configuration of installed release
Click to show internal directories.
Click to hide internal directories.