component

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2020 License: Apache-2.0 Imports: 22 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 {
	Client kclient.Client
	*common.GenericAdapter
	// contains filtered or unexported fields
}

Adapter is a component adapter implementation for Kubernetes

func New

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

New instantiates a component adapter

func (Adapter) ComponentInfo

func (a Adapter) ComponentInfo(command versionsCommon.DevfileCommand) (common.ComponentInfo, error)

func (Adapter) Delete

func (a Adapter) Delete(labels map[string]string, show bool) error

Delete deletes the component

func (Adapter) DoesComponentExist

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

DoesComponentExist returns true if a component with the specified name exists, false otherwise

func (Adapter) Exec

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

Exec executes a command in the component

func (Adapter) Log

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

Log returns log from component

func (Adapter) Push

func (a Adapter) Push(parameters common.PushParameters) (err error)

Push updates the component if a matching component exists or creates one if it doesn't exist Once the component has started, it will sync the source code to it.

func (Adapter) SupervisorComponentInfo

func (a Adapter) SupervisorComponentInfo(command versionsCommon.DevfileCommand) (common.ComponentInfo, error)

func (Adapter) Test

func (a Adapter) Test(testCmd string, show bool) (err error)

Test runs the devfile test command

Jump to

Keyboard shortcuts

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