Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBootstrapManagerProvider ¶
func NewBootstrapManagerProvider() cmdManager.Provider
func NewOperatorManagerProvider ¶
func NewOperatorManagerProvider(deployedViaOlm bool) cmdManager.Provider
Types ¶
type CommandBuilder ¶
type CommandBuilder struct {
// contains filtered or unexported fields
}
func NewOperatorCommandBuilder ¶
func NewOperatorCommandBuilder() CommandBuilder
func (CommandBuilder) Build ¶
func (builder CommandBuilder) Build() *cobra.Command
func (CommandBuilder) SetConfigProvider ¶
func (builder CommandBuilder) SetConfigProvider(provider config.Provider) CommandBuilder
func (CommandBuilder) SetNamespace ¶
func (builder CommandBuilder) SetNamespace(namespace string) CommandBuilder
func (CommandBuilder) SetPodName ¶
func (builder CommandBuilder) SetPodName(podName string) CommandBuilder
Click to show internal directories.
Click to hide internal directories.