Documentation ¶
Index ¶
Constants ¶
View Source
const ( Helm3 = ClientType("Helm3") Helm3Lib = ClientType("Helm3Lib") )
View Source
const DefaultHelmBinPath = "helm"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientFactory ¶ added in v1.1.0
type ClientFactory struct {
NewClientFn func(logLabels ...map[string]string) client.HelmClient
}
func InitHelmClientFactory ¶ added in v1.1.0
func InitHelmClientFactory() (*ClientFactory, error)
func (*ClientFactory) NewClient ¶ added in v1.1.0
func (f *ClientFactory) NewClient(logLabels ...map[string]string) client.HelmClient
type ClientType ¶ added in v1.1.0
type ClientType string
func DetectHelmVersion ¶
func DetectHelmVersion() (ClientType, error)
Click to show internal directories.
Click to hide internal directories.