Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreateHelmfile ¶
func NewCmdCreateHelmfile(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdCreateHelmfile creates a command object for the "create" command
Types ¶
type CreateHelmfileOptions ¶
type CreateHelmfileOptions struct { options.CreateOptions // contains filtered or unexported fields }
CreateHelmfileOptions the options for the create helmfile command
func (*CreateHelmfileOptions) Run ¶
func (o *CreateHelmfileOptions) Run() error
Run implements the command
type GeneratedValues ¶
type GeneratedValues struct {
Namespaces []string `json:"namespaces"`
}
GeneratedValues is a struct that gets marshalled into helm values for creating namespaces via helm
Click to show internal directories.
Click to hide internal directories.