Documentation
¶
Overview ¶
Package localpathstorageinstaller provides installation of Rancher Local Path Provisioner for Kind clusters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrManifestFetchFailed = errors.New("failed to fetch manifest")
ErrManifestFetchFailed is returned when the manifest cannot be fetched from the remote URL.
Functions ¶
This section is empty.
Types ¶
type Installer ¶ added in v5.30.0
type Installer struct {
// contains filtered or unexported fields
}
Installer installs local-path-provisioner on Kind and Talos clusters.
func NewInstaller ¶ added in v5.30.0
func NewInstaller( kubeconfig, context string, timeout time.Duration, distribution v1alpha1.Distribution, ) *Installer
NewInstaller creates a new local-path-storage installer instance.
func (*Installer) Images ¶ added in v5.30.0
Images returns the container images used by local-path-provisioner. It fetches and parses the manifest from the upstream URL.
Click to show internal directories.
Click to hide internal directories.