Struct fluvio_helm::HelmClient[][src]

#[non_exhaustive]
pub struct HelmClient {}
Expand description

Client to manage helm operations

Implementations

Creates a Rust client to manage our helm needs.

This only succeeds if the helm command can be found.

Installs the given chart under the given name.

Upgrades the given chart

Uninstalls specified chart library

Adds a new helm repo with the given chart name and chart location

Updates the local helm repository

Searches the repo for the named helm chart

Get all the available versions

Checks that a given version of a given chart exists in the repo.

Returns the list of installed charts by name

get helm package version

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.