Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalExecutor ¶
type LocalExecutor struct {
// contains filtered or unexported fields
}
func NewLocalExecutor ¶
func NewLocalExecutor(controlPlane *rsc.LocalControlPlane, namespace, name string) *LocalExecutor
func (*LocalExecutor) Execute ¶
func (exe *LocalExecutor) Execute() error
func (*LocalExecutor) GetName ¶
func (exe *LocalExecutor) GetName() string
type RemoteExecutor ¶
type RemoteExecutor struct {
// contains filtered or unexported fields
}
func NewRemoteExecutor ¶
func NewRemoteExecutor(controlPlane *rsc.RemoteControlPlane, namespace, name string) *RemoteExecutor
func (*RemoteExecutor) Execute ¶
func (exe *RemoteExecutor) Execute() error
func (*RemoteExecutor) GetName ¶
func (exe *RemoteExecutor) GetName() string
Click to show internal directories.
Click to hide internal directories.