Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForResources ¶
func WaitForResources(objects []manifest.Manifest, client kube.Client, 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 { Force bool DryRun bool SkipWait bool Kube kube.CLIClient Values values.Map WaitTimeout time.Duration Logger clog.Logger ProgressLogger *progress.Log }
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.