Skip to content

HelmSharp.Chart 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.

HelmChart

FieldValue
Kindclass
Sourcesrc/HelmSharp.Chart/HelmChartLoader.cs

Properties

  • Annotations
  • ApiVersion
  • AppVersion
  • Crds
  • Dependencies
  • Deprecated
  • Description
  • Files
  • Home
  • Keywords
  • KubeVersion
  • LockEntries
  • Maintainers
  • Name
  • Sources
  • Subcharts
  • Templates
  • Type
  • ValuesYaml
  • Version

Usage note

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

HelmChartDependency

FieldValue
Kindclass
Sourcesrc/HelmSharp.Chart/HelmChartDependency.cs

Properties

  • Alias
  • Condition
  • Enabled
  • ImportValues
  • Name
  • Repository
  • Tags
  • Version

Usage note

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

HelmChartLoader

FieldValue
Kindclass
Sourcesrc/HelmSharp.Chart/HelmChartLoader.cs

Methods

  • LoadAsync(...)

Usage note

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

HelmChartLockEntry

FieldValue
Kindclass
Sourcesrc/HelmSharp.Chart/HelmChartLockEntry.cs

Properties

  • Digest
  • Name
  • Repository
  • Version

Usage note

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

HelmValues

FieldValue
Kindclass
Sourcesrc/HelmSharp.Chart/HelmValues.cs

Methods

  • BuildAsync(...)
  • BuildSubchartValues(...)
  • ToYaml(...)

Usage note

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

HelmYaml

FieldValue
Kindclass
Sourcesrc/HelmSharp.Chart/HelmYaml.cs

Methods

  • Accepts(...)
  • DeserializeAny(...)
  • DeserializeDictionary(...)
  • GetString(...)
  • Normalize(...)
  • ReadYaml(...)
  • Serialize(...)
  • WriteYaml(...)

Usage note

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

Released under the MIT License.