Documentation ¶
Overview ¶
Package custom manages the installation of custom helm charts that have been embedded at the end of the embedded-cluster binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type Custom struct {
// contains filtered or unexported fields
}
Custom manages the installation of custom helm charts that have been embedded at the end of the embedded-cluster binary.
func (*Custom) GenerateHelmConfig ¶
GenerateHelmConfig generates the helm config for all the embedded charts. and writes the charts to the disk.
func (*Custom) HostPreflights ¶
func (c *Custom) HostPreflights() (*v1beta2.HostPreflightSpec, error)
HostPreflights returns the host preflight objects found inside all the embedded Helm Charts. These host preflights must be merged into a single one. XXX We have to implement this yet.
Click to show internal directories.
Click to hide internal directories.