package
2.17.0+incompatible
Repository: https://github.com/kubernetes/deployment-manager.git
Documentation: pkg.go.dev

# Functions

All finds all of the registered getters as a list of Provider instances.
ByScheme returns a getter for the given scheme.
NewHTTPGetter constructs a valid http/https client as HttpGetter.

# Structs

HttpGetter is the default HTTP(/S) backend handler TODO: change the name to HTTPGetter in Helm 3.
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.
Providers is a collection of Provider objects.