ssh

package
v0.0.0-...-26cb265 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PurslaneSSHExecutor

type PurslaneSSHExecutor struct {
	// contains filtered or unexported fields
}

func (PurslaneSSHExecutor) Close

func (executor PurslaneSSHExecutor) Close()

func (PurslaneSSHExecutor) DockerImagePull

func (executor PurslaneSSHExecutor) DockerImagePull() bool

func (PurslaneSSHExecutor) DockerRegistryLogin

func (executor PurslaneSSHExecutor) DockerRegistryLogin() bool

func (PurslaneSSHExecutor) RunDockerImage

func (executor PurslaneSSHExecutor) RunDockerImage() bool

type SSHExecutor

type SSHExecutor interface {
	DockerImagePull() bool
	DockerRegistryLogin() bool
	RunDockerImage() bool
	Close()
}

func GetSSHExecutor

func GetSSHExecutor(coreConfig *config.CoreConfig, server *cloud.CreatedServer, volume *cloud.CreatedVolume) SSHExecutor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL