Documentation ¶
Index ¶
- type DaemonsetRemoteExecutor
- func (r *DaemonsetRemoteExecutor) CheckAlive(ctx context.Context, injectObject string) error
- func (r *DaemonsetRemoteExecutor) CheckExecutorWay(ctx context.Context) error
- func (r *DaemonsetRemoteExecutor) Init(ctx context.Context, target string) error
- func (r *DaemonsetRemoteExecutor) Inject(ctx context.Context, injectObject string, ...) error
- func (r *DaemonsetRemoteExecutor) Query(ctx context.Context, injectObject string, uid string, phase v1alpha1.PhaseType) (*model.SubExpInfo, error)
- func (r *DaemonsetRemoteExecutor) Recover(ctx context.Context, injectObject string, uid string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaemonsetRemoteExecutor ¶
type DaemonsetRemoteExecutor struct { //ApiServer rest.Interface RESTConfig *rest.Config Schema *runtime.Scheme LocalExecPath string Executor string Version string //DaemonsetPolicy DaemonsetPolicyType DaemonsetNs string DaemonsetLabel map[string]string DaemonsetName string }
func (*DaemonsetRemoteExecutor) CheckAlive ¶
func (r *DaemonsetRemoteExecutor) CheckAlive(ctx context.Context, injectObject string) error
func (*DaemonsetRemoteExecutor) CheckExecutorWay ¶
func (r *DaemonsetRemoteExecutor) CheckExecutorWay(ctx context.Context) error
func (*DaemonsetRemoteExecutor) Init ¶
func (r *DaemonsetRemoteExecutor) Init(ctx context.Context, target string) error
Init install agent
Click to show internal directories.
Click to hide internal directories.