Skip to content

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

HelmChartRepository

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Methods

  • AddRepositoryAsync(...)
  • Dispose(...)
  • FetchRepoIndexAsync(...)
  • ListRepositoriesAsync(...)
  • PullChartAsync(...)
  • PushToOciAsync(...)
  • RemoveRepositoryAsync(...)
  • SearchRepoAsync(...)

Usage note

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

HelmChartSearchResult

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

  • AppVersion
  • Description
  • Name
  • Version

Usage note

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

HelmChartVersion

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

  • AppVersion
  • Created
  • Description
  • Digest
  • Name
  • Urls
  • Version

Usage note

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

HelmRepoIndex

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

  • ApiVersion
  • Entries
  • Generated

Usage note

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

HelmRepoIndexer

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmRepoIndexer.cs

Methods

  • GenerateIndexAsync(...)

Usage note

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

HelmRepository

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

  • Name
  • Password
  • Url
  • Username

Usage note

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

Released under the MIT License.