Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToMarkdown ¶
func ToMarkdown(charts []*releasereport.NamespaceReleases) (string, error)
ToMarkdown converts the charts to markdown
func WriteChart ¶
func WriteChart(w io.StringWriter, ch *releasereport.ReleaseInfo)
func WriteNamespaceCharts ¶
func WriteNamespaceCharts(w io.StringWriter, ns *releasereport.NamespaceReleases)
Types ¶
type Options ¶
type Options struct { options.BaseOptions Dir string OutDir string ConfigRootPath string Namespace string GitCommitMessage string Helmfile string Helmfiles []helmfiles.Helmfile HelmBinary string DoGitCommit bool Gitter gitclient.Interface CommandRunner cmdrunner.CommandRunner HelmClient helmer.Helmer Requirements *jxcore.Requirements NamespaceCharts []*releasereport.NamespaceReleases PreviousNamespaceCharts map[string]map[string]*releasereport.ReleaseInfo }
Options the options for the command
func NewCmdHelmfileReport ¶
NewCmdHelmfileReport creates a command object for the command
Click to show internal directories.
Click to hide internal directories.