Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates a command for performing an initialization
func NewGeneratorCommand ¶
func NewGeneratorCommand(o *GeneratorOptions) *cobra.Command
NewGeneratorCommand creates a command for generating the controller installation
Types ¶
type GeneratorOptions ¶
type GeneratorOptions struct { // Config is the Optimize Configuration used to generate the controller installation Config *config.OptimizeConfig // IOStreams are used to access the standard process streams commander.IOStreams IncludeBootstrapRole bool IncludeExtraPermissions bool NamespaceSelector string OutputDirectory string Image string SkipControllerRBAC bool SkipSecret bool // contains filtered or unexported fields }
GeneratorOptions are the configuration options for generating the controller installation
type Options ¶
type Options struct { GeneratorOptions Wait bool }
Options is the configuration for initialization
Click to show internal directories.
Click to hide internal directories.