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
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.