docker

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

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

Adapter maps Devfiles to Docker resources and actions

func New

func New(adapterContext common.AdapterContext, client lclient.Client) Adapter

New instantiates a Docker adapter

func (Adapter) Delete

func (d Adapter) Delete(labels map[string]string) error

Delete attempts to delete the component with the specified labels, returning an error if it fails

func (Adapter) DoesComponentExist

func (d Adapter) DoesComponentExist(cmpName string) (bool, error)

DoesComponentExist returns true if a component with the specified name exists

func (Adapter) Exec added in v1.2.4

func (d Adapter) Exec(command []string) error

Exec executes a command in the component

func (Adapter) Log added in v1.2.4

func (d Adapter) Log(follow, debug bool) (io.ReadCloser, error)

Log show logs from component

func (Adapter) Push

func (d Adapter) Push(parameters common.PushParameters) error

Push creates Docker resources that correspond to the devfile if they don't already exist

func (Adapter) Test added in v1.2.4

func (d Adapter) Test(testCmd string, show bool) error

Test runs devfile test command

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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