Versions in this module Expand all Collapse all v4 v4.0.0 Nov 19, 2024 Changes in this version + func IsInvalidConfig(err error) bool + type ClientPair struct + func NewClientPair(config ClientPairConfig) (*ClientPair, error) + func (cp *ClientPair) Get(ctx context.Context, cr v1alpha1.Chart, privateClient bool) helmclient.Interface + type ClientPairConfig struct + Logger micrologger.Logger + NamespaceWhitelist []string + PrvHelmClient helmclient.Interface + PubHelmClient helmclient.Interface Other modules containing this package github.com/giantswarm/chart-operator/v2 github.com/giantswarm/chart-operator/v3