Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartDebugJobSession ¶ added in v0.16.0
func StartDebugJobSession(debug *models.DebugJobV1Alpha, message string) error
func StartDebugProjectSession ¶ added in v0.16.0
func StartDebugProjectSession(debug_project *models.DebugProjectV1Alpha, message string) error
func StartDebugSession ¶
func StartDebugSession(job *models.JobV1Alpha, message string) error
Types ¶
type Connection ¶
func NewConnection ¶
func NewConnectionForJob ¶
func NewConnectionForJob(job *models.JobV1Alpha, sshKeyPath string) (*Connection, error)
func (*Connection) Close ¶ added in v0.13.0
func (c *Connection) Close()
func (*Connection) IsReady ¶
func (c *Connection) IsReady() (bool, error)
func (*Connection) Session ¶
func (c *Connection) Session() error
func (*Connection) WaitUntilReady ¶
func (c *Connection) WaitUntilReady(attempts int, callback func()) error
Click to show internal directories.
Click to hide internal directories.