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.

HelmReleaseHookRecord

FieldValue
Kindrecord
Sourcesrc/HelmSharp.Release/HelmReleaseRecord.cs

Properties

  • DeletePolicies
  • Events
  • Kind
  • LastRunCompletedAt
  • LastRunPhase
  • LastRunStartedAt
  • Manifest
  • Name
  • OutputLogPolicies
  • Path
  • Weight

HelmReleaseRecord

FieldValue
Kindrecord
Sourcesrc/HelmSharp.Release/HelmReleaseRecord.cs

Properties

  • AppVersion
  • ChartApiVersion
  • ChartDescription
  • ChartKubeVersion
  • ChartName
  • ChartType
  • ChartValuesYaml
  • ChartVersion
  • ComputedValuesYaml
  • DeletedAt
  • Description
  • FirstDeployedAt
  • Hooks
  • Labels
  • Manifest
  • Name
  • Namespace
  • Notes
  • RawChartJson
  • Revision
  • Status
  • UpdatedAt
  • ValuesYaml

HelmReleaseStore

FieldValue
Kindclass
Sourcesrc/HelmSharp.Release/HelmReleaseStore.cs

Methods

  • DeleteAsync(...)
  • GetLatestAsync(...)
  • HistoryAsync(...)
  • ListAsync(...)
  • MarkStatusAsync(...)
  • MarkUninstalledAsync(...)
  • NextRevisionAsync(...)
  • PurgeAsync(...)
  • SaveAsync(...)
  • TryCreateAsync(...)
  • TryMarkPendingRollbackFailedAsync(...)

HelmReleaseStoreException

FieldValue
Kindclass
Sourcesrc/HelmSharp.Release/HelmReleaseStoreException.cs

Properties

  • Format
  • NamespaceName
  • SecretName

Released under the MIT License.