Documentation
¶
Index ¶
- func NewExecutor(verbose bool) components.OperatorExecutor
- type Executor
- func (e *Executor) CurlOpenFunction(ctx context.Context, endpoint string) (string, error)
- func (e *Executor) DownloadDaprClient(daprVersion string, inRegionCN bool) error
- func (e *Executor) DownloadKind(ctx context.Context) error
- func (e *Executor) Exec(cmd string) (string, string, error)
- func (e *Executor) GetInventoryRecord(ctx context.Context) (*inventory.Record, error)
- func (e *Executor) GetNodeIP(ctx context.Context) (string, error)
- func (e *Executor) KubectlExec(ctx context.Context, cmd string, wait bool) error
- func (e *Executor) RecordInventory(ctx context.Context, inventoryMap map[string]string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecutor ¶
func NewExecutor(verbose bool) components.OperatorExecutor
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func (*Executor) CurlOpenFunction ¶
func (*Executor) DownloadDaprClient ¶
func (*Executor) GetInventoryRecord ¶
func (*Executor) KubectlExec ¶
Click to show internal directories.
Click to hide internal directories.