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 ¶
Click to show internal directories.
Click to hide internal directories.