Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForResources ¶
func WaitForResources(objects []manifest.Manifest, client kube.CLIClient, waitTimeout time.Duration, dryRun bool, l *progress.ManifestLog) error
WaitForResources polls to get the current status of various objects that are not immediately ready until all are ready or a timeout is reached.
Types ¶
type Installer ¶
type Installer struct {
DryRun bool
SkipWait bool
Kube kube.CLIClient
Values values.Map
ProgressInfo *progress.Log
WaitTimeout time.Duration
Logger clog.Logger
}
func (Installer) InstallManifests ¶
func (i Installer) InstallManifests(manifests []manifest.ManifestSet) error
InstallManifests applies a set of rendered manifests to the cluster.
Click to show internal directories.
Click to hide internal directories.