# Functions
Maximum burst for throttle the created RESTClient will use DefaultBurst: 100.
New returns a new Helm client with the provided options.
NewClientFromKubeConf returns a new Helm client constructed with the provided kubeconfig & RESTClient (optional) options.
NewClientFromRestConf returns a new Helm client constructed with the provided REST config options.
NewRESTClientGetter returns a RESTClientGetter using the provided 'namespace', 'kubeConfig' and 'restConfig'.
Timeout specifies the timeout for a RESTClient as a RESTClientOption.
# Structs
No description provided by the author
ChartSpec defines the values of a helm chart.
No description provided by the author
No description provided by the author
HelmClient Client defines the values of a helm client.
No description provided by the author
KubeConfClientOptions defines the options used for constructing a client via kubeconfig.
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.
# Type aliases
RESTClientOption is a function that can be used to set the RESTClientOptions of a HelmClient.