Skip to content

HelmSharp.Release API

Generated section. This page is generated by docs/scripts/generate-api-reference.ps1 from public C# declarations. Curated usage guidance lives in the package pages.

Use this page as a member index. Start with the package guide for usage recommendations, boundaries, and examples.

HelmReleaseRecord

FieldValue
Kindrecord
Sourcesrc/HelmSharp.Release/HelmReleaseStore.cs

Properties

  • AppVersion
  • ChartName
  • ChartVersion
  • Labels
  • Manifest
  • Name
  • Namespace
  • Revision
  • Status
  • UpdatedAt
  • ValuesYaml

Usage note

Read the corresponding package page first, then use this member index to locate the concrete type.

HelmReleaseStore

FieldValue
Kindclass
Sourcesrc/HelmSharp.Release/HelmReleaseStore.cs

Methods

  • GetLatestAsync(...)
  • HistoryAsync(...)
  • ListAsync(...)
  • MarkStatusAsync(...)
  • MarkUninstalledAsync(...)
  • NextRevisionAsync(...)
  • SaveAsync(...)

Usage note

Read the corresponding package page first, then use this member index to locate the concrete type.

Released under the MIT License.