Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TemplateOptions ¶
type TemplateOptions struct { OutDir string HelmBinary string ReleaseName string Namespace string Chart string ValuesFiles []string DefaultDomain string GitCommitMessage string Version string Repository string BatchMode bool DoGitCommit bool NoSplit bool NoExtSecrets bool IncludeCRDs bool CheckExists bool Gitter gitclient.Interface CommandRunner cmdrunner.CommandRunner }
HelmTemplateOptions the options for the command
func NewCmdHelmTemplate ¶
func NewCmdHelmTemplate() (*cobra.Command, *TemplateOptions)
NewCmdHelmTemplate creates a command object for the command
func (*TemplateOptions) AddFlags ¶
func (o *TemplateOptions) AddFlags(cmd *cobra.Command)
func (*TemplateOptions) Git ¶
func (o *TemplateOptions) Git() gitclient.Interface
Git returns the gitter - lazily creating one if required
Click to show internal directories.
Click to hide internal directories.