Struct fluvio_helm::InstalledChart[][src]

pub struct InstalledChart {
    pub name: String,
    pub app_version: String,
    pub revision: String,
    pub updated: String,
    pub status: String,
    pub chart: String,
}
Expand description

A representation of an installed chart.

Fields

name: String

The chart name

app_version: String

The version of the app this chart installed

revision: String

The chart revision

updated: String

Date/time when the chart was last updated

status: String

Status of the installed chart

chart: String

The ID of the chart that is installed

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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.