package
3.0.0-beta.3+incompatible
Repository: https://github.com/keleustes/helm.git
Documentation: pkg.go.dev

# Functions

All finds all of the registered getters as a list of Provider instances.
NewHTTPGetter constructs a valid http/https client as a Getter.
NewPluginGetter constructs a valid plugin getter.
WithBasicAuth sets the request's Authorization header to use the provided credentials.
WithTLSClientConfig sets the client client auth with the provided credentials.
WithURL informs the getter the server name that will be used when fetching objects.
WithUserAgent sets the request's User-Agent header to use the provided agent name.

# Structs

HTTPGetter is the efault HTTP(/S) backend handler.
Provider represents any getter and the schemes that it supports.

# Interfaces

Getter is an interface to support GET to the specified URL.

# Type aliases

Constructor is the function for every getter which creates a specific instance according to the configuration.
Option allows specifying various settings configurable by the user for overriding the defaults used when performing Get operations with the Getter.
Providers is a collection of Provider objects.