Documentation ¶
Overview ¶
Package openebs manages the OpenEBS storage provisioner helm chart installation or upgrade in the cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ChartURL = "https://url" ChartName = "name" Version = "v0.0.0" )
Overwritten by -ldflags in Makefile
Functions ¶
This section is empty.
Types ¶
type OpenEBS ¶
type OpenEBS struct{}
OpenEBS manages the installation of the OpenEBS helm chart.
func (*OpenEBS) GenerateHelmConfig ¶
GenerateHelmConfig generates the helm config for the OpenEBS chart.
func (*OpenEBS) HostPreflights ¶
func (o *OpenEBS) HostPreflights() (*v1beta2.HostPreflightSpec, error)
HostPreflights returns the host preflight objects found inside the OpenEBS Helm Chart, this is empty as there is no host preflight on there.
Click to show internal directories.
Click to hide internal directories.