Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "applications-load-gen", Short: "Load Generator for Chef Automate Applications Service", SilenceUsage: true, }
RootCmd is the command runner.
Functions ¶
Types ¶
type LoadGenCommonOpts ¶
type LoadGenCommonOpts struct {
// contains filtered or unexported fields
}
func (LoadGenCommonOpts) LoadProfileCfg ¶
func (l LoadGenCommonOpts) LoadProfileCfg() (*generator.LoadProfileCfg, error)
func (LoadGenCommonOpts) ProfileSpecified ¶
func (l LoadGenCommonOpts) ProfileSpecified() bool
func (LoadGenCommonOpts) SelectedProfile ¶
func (l LoadGenCommonOpts) SelectedProfile() string
func (LoadGenCommonOpts) TooManyProfilesSpecified ¶
func (l LoadGenCommonOpts) TooManyProfilesSpecified() bool
func (LoadGenCommonOpts) ValidateProfileOpts ¶
func (l LoadGenCommonOpts) ValidateProfileOpts() error
Click to show internal directories.
Click to hide internal directories.