Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallData ¶
type InstallData struct { }
InstallData wraps rook yaml definitions
func NewK8sInstallData ¶
func NewK8sInstallData() *InstallData
NewK8sInstallData creates new instance of InstallData struct
type InstallHelper ¶
type InstallHelper struct { Env objects.EnvironmentManifest // contains filtered or unexported fields }
InstallHelper wraps installation and uninstallaion of rook on a platfom
func NewK8sRookhelper ¶
func NewK8sRookhelper(clientset *kubernetes.Clientset) *InstallHelper
NewK8sRookhelper creates new instance of InstallHelper
func (*InstallHelper) InstallRookOnK8s ¶
func (h *InstallHelper) InstallRookOnK8s() (err error)
InstallRookOnK8s installs rook on k8s
func (*InstallHelper) UninstallRookFromK8s ¶
func (h *InstallHelper) UninstallRookFromK8s()
UninstallRookFromK8s uninstalls rook from k8s
Click to show internal directories.
Click to hide internal directories.