Documentation
¶
Index ¶
Constants ¶
View Source
const (
ConfigFile = "/etc/slurm-bridge/config.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
SchedulerName string `yaml:"schedulerName"`
SlurmRestApi string `yaml:"slurmRestApi"`
ManagedNamespaces []string `yaml:"managedNamespaces"`
ManagedNamespaceSelector *metav1.LabelSelector `yaml:"managedNamespaceSelector"`
MCSLabel string `yaml:"mcsLabel"`
Partition string `yaml:"partition"`
}
func UnmarshalOrDie ¶
Click to show internal directories.
Click to hide internal directories.