package
0.11.0
Repository: https://github.com/kobsio/kobs.git
Documentation: pkg.go.dev

# Functions

New returns a new client, which implements the Client interface.

# Constants

Hook delete policy types.
Hook delete policy types.
HookPhaseFailed indicates that hook execution failed.
HookPhaseRunning indicates that a hook is currently executing.
HookPhaseSucceeded indicates that hook execution succeeded.
HookPhaseUnknown indicates that a hook is in an unknown state.
Hook event types.
Hook event types.
Hook event types.
Hook event types.
Hook event types.
Hook event types.
Hook event types.
Hook event types.
Hook delete policy types.
Hook event types.
StatusDeployed indicates that the release has been pushed to Kubernetes.
StatusFailed indicates that the release was not successfully deployed.
StatusPendingInstall indicates that an install operation is underway.
StatusPendingRollback indicates that an rollback operation is underway.
StatusPendingUpgrade indicates that an upgrade operation is underway.
StatusSuperseded indicates that this release object is outdated and a newer one exists.
StatusUninstalled indicates that a release has been uninstalled from Kubernetes.
StatusUninstalling indicates that a uninstall operation is underway.
StatusUnknown indicates that a release is in an uncertain state.

# Structs

No description provided by the author
Dependency describes a chart upon which another chart depends.
No description provided by the author
Hook defines a hook object.
A HookExecution records the result for the last execution of a hook for a given release.
Info describes release information.
Lock is a lock file for dependencies.
Maintainer describes a Chart maintainer.
Metadata for a Chart file.
MockClient is an autogenerated mock type for the Client type.
Release describes a deployment of a chart, together with the chart and the variables used to deploy that chart.

# Interfaces

Client is the interface to interact with the Helm charts.

# Type aliases

HookDeletePolicy specifies the hook delete policy.
HookEvent specifies the hook event.
A HookPhase indicates the state of a hook execution.
Status is the status of a release.