Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StreamOptions ¶
type StreamOptions struct {
TemplateOptions
Dir string
VersionStreamURL string
VersionStreamRef string
IOFileHandles *util.IOFileHandles
}
HelmStreamOptions the options for the command
func NewCmdHelmStream ¶
func NewCmdHelmStream() (*cobra.Command, *StreamOptions)
NewCmdHelmStream creates a command object for the command
func (*StreamOptions) Git ¶
func (o *StreamOptions) Git() gits.Gitter
Git returns the gitter - lazily creating one if required
type TemplateOptions ¶
type TemplateOptions struct {
OutDir string
ReleaseName string
Chart string
ValuesFile string
DefaultDomain string
GitCommitMessage string
Version string
Repository string
BatchMode bool
NoGitCommit bool
NoSplit bool
NoExtSecrets bool
IncludeCRDs bool
Gitter gits.Gitter
}
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() gits.Gitter
Git returns the gitter - lazily creating one if required
Click to show internal directories.
Click to hide internal directories.