catalog

package
v0.0.0-...-c6cf6ad Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SystemNamespace    = "spot-system"
	SparkJobsNamespace = "spark-jobs"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Cataloger

type Cataloger interface {

	// List returns the set of WaveComponents that are in the system
	List() (*v1alpha1.WaveComponentList, error)

	// Get returns a WaveComponent by name
	Get(name string) (*v1alpha1.WaveComponent, error)

	// Update applies changes to the spec of a WaveComponent
	Update(component *v1alpha1.WaveComponent) error
}

func NewCataloger

func NewCataloger() (Cataloger, error)

Jump to

Keyboard shortcuts

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