Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperatorInstall ¶
type OperatorInstall struct { Package string Logf func(string, ...interface{}) // contains filtered or unexported fields }
func NewOperatorInstall ¶
func NewOperatorInstall(cfg *action.Configuration) *OperatorInstall
func (*OperatorInstall) Run ¶
func (i *OperatorInstall) Run(ctx context.Context) (*olmv1.ClusterExtension, error)
type OperatorUninstall ¶
type OperatorUninstall struct { Package string Logf func(string, ...interface{}) // contains filtered or unexported fields }
func NewOperatorUninstall ¶
func NewOperatorUninstall(cfg *action.Configuration) *OperatorUninstall
Click to show internal directories.
Click to hide internal directories.