utils

package
v2.137.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2018 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildAgent

func BuildAgent() error

func RetrievePrivateIP

func RetrievePrivateIP(vmName string) (string, error)

func RetrievePublicIP

func RetrievePublicIP(vmName string) (string, error)

func StartVagrant

func StartVagrant(vmName, provider string, osVersion string) error

func TarDirectory

func TarDirectory(dirname, rootdir, tarname string) (string, error)

TarDirectory - rootdir is equivalent to tar -C 'rootdir'

Types

type BlobClient

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

func NewBlobstore

func NewBlobstore(uri string) BlobClient

func (BlobClient) Create

func (b BlobClient) Create(filepath string) (string, error)

func (BlobClient) Get

func (b BlobClient) Get(uuid string, destinationPath string) error

type TarWalker

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

func (*TarWalker) Walk

func (t *TarWalker) Walk(path string, fi os.FileInfo, err error) error

type WinRMCommandRunner

type WinRMCommandRunner struct {
	Client *winrm.Client
}

func (*WinRMCommandRunner) CommandExists

func (r *WinRMCommandRunner) CommandExists(cmdName string) (exists bool)

func (*WinRMCommandRunner) RunCommand

func (r *WinRMCommandRunner) RunCommand(cmdName string, args ...string) (stdout, stderr string, exitStatus int, err error)

func (*WinRMCommandRunner) RunCommandQuietly

func (r *WinRMCommandRunner) RunCommandQuietly(cmdName string, args ...string) (stdout, stderr string, exitStatus int, err error)

func (*WinRMCommandRunner) RunCommandWithInput

func (r *WinRMCommandRunner) RunCommandWithInput(input, cmdName string, args ...string) (stdout, stderr string, exitStatus int, err error)

func (*WinRMCommandRunner) RunComplexCommand

func (r *WinRMCommandRunner) RunComplexCommand(cmd boshsys.Command) (stdout, stderr string, exitStatus int, err error)

func (*WinRMCommandRunner) RunComplexCommandAsync

func (r *WinRMCommandRunner) RunComplexCommandAsync(cmd boshsys.Command) (boshsys.Process, error)

Jump to

Keyboard shortcuts

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