Documentation ¶
Index ¶
- Variables
- func GetOperatorTemplate() string
- type Operator
- func (o *Operator) GetInfo(args []string) error
- func (o *Operator) GetList(installed bool) error
- func (o *Operator) GetOperator(operator string) error
- func (o *Operator) InstallOperator(wait, out bool, ns, channel, csv, src, srcNS, installPlan string, ...) error
- func (o *Operator) NewConfiguration(cmd *cobra.Command, args []string) error
- func (o *Operator) RemoveOperator(remove bool, args []string) error
- func (o *Operator) SearchOperator(args []string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var OperatorTemplate = `` /* 723-byte string literal not displayed */
Functions ¶
func GetOperatorTemplate ¶
func GetOperatorTemplate() string
Types ¶
type Operator ¶
type Operator struct { Name string Source string SourceNS string DefaultChannel string Description string Csv string Namespace string Channels []string Crd string ConfigExecFile string ConfigExecPath string }
func NewOperator ¶
func NewOperator() *Operator
func NewOperatorWithOptions ¶
func (*Operator) GetOperator ¶
func (*Operator) InstallOperator ¶
func (*Operator) NewConfiguration ¶
func (*Operator) RemoveOperator ¶
func (*Operator) SearchOperator ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.