config

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthConfig

type AuthConfig struct {
	Enable                 bool   `yaml:"enable"`
	RBACInternalServerAddr string `yaml:"rbacInternalServerAddr"`
}

AuthConfig is the authentication configuration.

type Config

type Config struct {
	GRPCPort              int `yaml:"grpcPort"`
	HTTPPort              int `yaml:"httpPort"`
	WorkerServiceGRPCPort int `yaml:"workerServiceGrpcPort"`
	InternalGRPCPort      int `yaml:"internalGrpcPort"`

	SessionManagerServerEndpoint string `yaml:"sessionManagerServerEndpoint"`

	Database db.Config `yaml:"database"`

	Debug DebugConfig `yaml:"debug"`

	AuthConfig AuthConfig `yaml:"auth"`

	UsageSender sender.Config `yaml:"usageSender"`

	ComponentStatusTimeout time.Duration `yaml:"componentStatusTimeout"`

	DefaultCluster DefaultClusterConfig `yaml:"defaultCluster"`

	NVIDIA NVIDIAConfig `yaml:"nvidia"`
}

Config is the configuration.

func Parse

func Parse(path string) (Config, error)

Parse parses the configuration file at the given path, returning a new Config struct.

func (*Config) Validate

func (c *Config) Validate() error

Validate validates the configuration.

type DebugConfig

type DebugConfig struct {
	Standalone bool   `yaml:"standalone"`
	SqlitePath string `yaml:"sqlitePath"`
}

DebugConfig is the debug configuration.

type DefaultClusterConfig

type DefaultClusterConfig struct {
	Name            string `yaml:"name"`
	RegistrationKey string `yaml:"registrationKey"`
	TenantID        string `yaml:"tenantId"`
}

DefaultClusterConfig is the default cluster configuration.

type NVIDIAConfig added in v1.7.0

type NVIDIAConfig struct {
	DevicePluginConfigMapName      string `yaml:"devicePluginConfigMapName"`
	DevicePluginConfigMapNamespace string `yaml:"devicePluginConfigMapNamespace"`
	DevicePluginConfigName         string `yaml:"devicePluginConfigName"`
}

NVIDIAConfig is the configuration for Nvidia components.

Jump to

Keyboard shortcuts

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