# Functions
Date returns the Time corresponding to the given year, month, day, hour, min, sec, and nsec.
NewHelmReleaseClient initializes a new HelmReleaseClient.
Now returns the current time.
Parse parses a formatted string and returns the time value it represents.
ParseInLocation is like Parse but with a location.
Unix generates a Time from sec and nsec.
# Structs
Chart holds the chart metadata.
HelmReleaseClient implements the Client interface.
Info describes release information.
Maintainer describes a chart maintainer.
Metadata describes a chart's metadata.
Release describes a deployment of a chart, together with the chart and the variables used to deploy that chart.
Time is a convenience wrapper around stdlib time, but with different marshalling and unmarshaling for zero values.
# Interfaces
Client is a subset of the kubernetes SecretsInterface, geared towards handling Helm secrets.