package
Version:
v1.37.0
Opens a new window with list of versions in this module.
Published: Jul 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ApiVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
MetaData MetaData `yaml:"metadata"`
Spec Spec `yaml:"spec"`
}
type MetaData struct {
Name string `yaml:"name"`
}
type Server struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
}
type Spec struct {
Runner Server `yaml:"runner"`
Scheduler Server `yaml:"scheduler"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.