objects

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandArgs

type CommandArgs struct {
	Command             string
	SubCommand          string
	CmdArgs             []string
	OptionalArgs        []string
	PipeToStdIn         string
	EnvironmentVariable []string
}

type CommandOut

type CommandOut struct {
	StdOut   string
	StdErr   string
	ExitCode int
	Err      error
}

type DockerContext

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

func SetDockerContext

func SetDockerContext(dockerClient contracts.IDockerClient) DockerContext

func (*DockerContext) Get_ContainerId

func (d *DockerContext) Get_ContainerId() string

func (*DockerContext) Get_DockerClient

func (d *DockerContext) Get_DockerClient() contracts.IDockerClient

func (*DockerContext) Set_ContainerId

func (d *DockerContext) Set_ContainerId(containerId string) string

type EnvironmentManifest

type EnvironmentManifest struct {
	K8sVersion string
	Platform   string
	RookTag    string
}

func NewManifest

func NewManifest() EnvironmentManifest

Jump to

Keyboard shortcuts

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