Documentation
¶
Overview ¶
Package toolregistry installs and manages the needed tools such as kubectl, helm... for executing tasks in pipeline.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry provides functions to get path to the needed tools.
func NewRegistry ¶
func NewRegistry(client client) *Registry
func (*Registry) Helm ¶
Helm installs the helm tool with the given version and return the path to the installed binary. If the version is empty, the default version will be used.
Click to show internal directories.
Click to hide internal directories.