package
3.0.0-alpha.1+incompatible
Repository: https://github.com/appscode/helm.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
GetVersionSet retrieves a set of available k8s API versions.
NewChartExport creates a new ChartExport object with the given configuration.
NewChartList creates a new ChartList object with the given configuration.
NewChartPull creates a new ChartPull object with the given configuration.
NewChartPush creates a new ChartPush object with the given configuration.
NewChartRemove creates a new ChartRemove object with the given configuration.
NewChartSave creates a new ChartSave object with the given configuration.
NewDependency creates a new Dependency object with the given configuration.
NewGet creates a new Get object with the given configuration.
NewGetValues creates a new GetValues object with the given configuration.
NewHistory creates a new History object with the given configuration.
NewInstall creates a new Install object with the given configuration.
NewLint creates a new Lint object with the given configuration.
NewList constructs a new *List.
NewPackage creates a new Package object with the given configuration.
NewPull creates a new Pull object with the given configuration.
NewRegistryLogin creates a new RegistryLogin object with the given configuration.
NewRegistryLogout creates a new RegistryLogout object with the given configuration.
NewReleaseTesting creates a new ReleaseTesting object with the given configuration.
NewRollback creates a new Rollback object with the given configuration.
NewShow creates a new Show object with the given configuration.
NewStatus creates a new Status object with the given configuration.
NewUninstall creates a new Uninstall object with the given configuration.
NewUpgrade creates a new Upgrade object with the given configuration.
NewVerify creates a new Verify object with the given configuration.
No description provided by the author
PrintRelease prints info about a release.
No description provided by the author

# Constants

ByDate sorts by date.
ByNameAsc sorts by ascending lexicographic order.
ByNameDesc sorts by descending lexicographic order.
No description provided by the author
ListAll is a convenience for enabling all list filters.
ListDeployed filters on status "deployed".
ListFailed filters on status "failed" (release version not deployed because of error).
ListPendingInstall filters on status "pending" (deployment in progress).
ListPendingRollback filters on status "pending_rollback" (rollback in progres).
ListPendingUpgrade filters on status "pending_upgrade" (upgrade in progress).
ListSuperseded filters on status "superseded" (historical release version that is no longer deployed).
ListUninstalled filters on status "uninstalled".
ListUninstalling filters on status "uninstalling" (uninstall in progress).
ListUnknown filters on an unknown status.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Timestamper is a function capable of producing a timestamp.Timestamper.
ValidName is a regular expression for names.

# Structs

ChartExport performs a chart export operation.
ChartList performs a chart list operation.
No description provided by the author
ChartPull performs a chart pull operation.
ChartPush performs a chart push operation.
ChartRemove performs a chart remove operation.
ChartSave performs a chart save operation.
Configuration injects the dependencies that all actions share.
Dependency is the action for building a given chart's dependency tree.
Get is the action for checking a given release's information.
GetValues is the action for checking a given release's values.
History is the action for checking the release's ledger.
Install performs an installation operation.
Lint is the action for checking that the semantics of a chart are well-formed.
No description provided by the author
List is the action for listing releases.
Package is the action for packaging a chart.
Pull is the action for checking a given release's information.
RegistryLogin performs a registry login operation.
RegistryLogout performs a registry login operation.
ReleaseTesting is the action for testing a release.
Rollback is the action for rolling back to a given release.
Show is the action for checking a given release's information.
Status is the action for checking the deployment status of releases.
Uninstall is the action for uninstalling releases.
Upgrade is the action for upgrading releases.
No description provided by the author
Verify is the action for building a given chart's Verify tree.

# Interfaces

No description provided by the author

# Type aliases

ListStates represents zero or more status codes that a list item may have set Because this is used as a bitmask filter, more than one one bit can be flipped in the ListStates.
No description provided by the author
No description provided by the author
Sorter is a top-level sort.