jobdispatcher

package
v0.0.0-...-b258b02 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jobs

type Jobs interface {
	Create(runID string, dockerImage string, command []string, maxRunTime int64, memory int64) error
	Delete(runID string) error
}

Jobs is the interface to creating jobs

func NewKubernetes

func NewKubernetes(namespace string) (Jobs, error)

NewKubernetes returns the Kubernetes implementation of Client

Jump to

Keyboard shortcuts

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