Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
Orchestrator manages the lifecycle of an RTD container and its invocations.
func (*Orchestrator) Invoke ¶
func (o *Orchestrator) Invoke(ctx context.Context, progressSinkPort, tlsPort int32, rtdCmd string) error
Invoke runs an RTD Invocation against the running RTD container.
func (*Orchestrator) StartRTDContainer ¶
func (o *Orchestrator) StartRTDContainer(ctx context.Context, imageURI string) error
StartRTDContainer starts an RTD container, possibly a totally fake one, and returns once it's running.
func (*Orchestrator) StopRTDContainer ¶
func (o *Orchestrator) StopRTDContainer(ctx context.Context) error
StopRTDContainer stops a running RTD container.
Click to show internal directories.
Click to hide internal directories.