# Functions
NewClientFromRestConf returns a new Helm client constructed with the provided REST config options.
NewRESTClientGetter returns a RESTClientGetter using the provided 'namespace', 'kubeConfig' and 'restConfig'.
# Structs
ChartSpec defines the values of a helm chart.
HelmClient Client defines the values of a helm client.
Options defines the options of a client.
RESTClientGetter defines the values of a helm REST client.
RestConfClientOptions defines the options used for constructing a client via REST config.
# Interfaces
Client holds the method signatures for a Helm client.