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(...)

HelmChartSearchResult

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

  • AppVersion
  • Description
  • Name
  • Version

HelmChartVersion

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

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

HelmPullRequest

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmPullRequest.cs

Properties

  • ChartReference
  • Destination
  • PassCredentialsAll
  • Password
  • RepositoryUrl
  • Untar
  • UntarDirectory
  • Username
  • VerifyDigest
  • Version

HelmRepoIndex

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

  • ApiVersion
  • Entries
  • Generated

HelmRepoIndexDiagnostic

FieldValue
Kindrecord
Sourcesrc/HelmSharp.Repo/HelmRepoIndexer.cs

HelmRepoIndexer

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmRepoIndexer.cs

Methods

  • GenerateIndexAsync(...)
  • GenerateIndexWithDiagnosticsAsync(...)

HelmRepoIndexGenerationResult

FieldValue
Kindrecord
Sourcesrc/HelmSharp.Repo/HelmRepoIndexer.cs

HelmRepoIndexRequest

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmRepoIndexRequest.cs

Properties

  • DirectoryPath
  • FailOnInvalidPackage
  • MergeIndexPath
  • OutputPath
  • Url

HelmRepository

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmChartRepository.cs

Properties

  • CaFile
  • CertFile
  • InsecureSkipTlsVerify
  • KeyFile
  • Name
  • PassCredentialsAll
  • Password
  • Url
  • Username

HelmRepositoryOptions

FieldValue
Kindclass
Sourcesrc/HelmSharp.Repo/HelmRepositoryOptions.cs

Properties

  • CacheDirectory
  • ConfigDirectory
  • RepositoryConfigPath

Released under the MIT License.