Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type GitClientInterface ¶
type GitClientInterface interface { Clone( ctx context.Context, repoURL string, config repository.CloneConfig, ) (*git.Commit, error) }
type HelmReleaseExpander ¶
type HelmReleaseExpander struct {
// contains filtered or unexported fields
}
func NewHelmReleaseExpander ¶
func NewHelmReleaseExpander( ctx context.Context, logger *slog.Logger, gitClientFactory gitClientFactoryFunc, ) *HelmReleaseExpander
func (*HelmReleaseExpander) ExpandHelmReleases ¶
func (expander *HelmReleaseExpander) ExpandHelmReleases( credentials Credentials, input io.Reader, output io.Writer, ) error
Click to show internal directories.
Click to hide internal directories.