Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶ added in v0.26.0
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"` MonitoringPort int `yaml:"monitoringPort"` ModelManagerServerAddr string `yaml:"modelManagerServerAddr"` AuthConfig AuthConfig `yaml:"auth"` InferenceManagerEngineConfig InferenceManagerEngineConfig `yaml:"inferenceManagerEngine"` Debug DebugConfig `yaml:"debug"` }
Config is the configuration.
type DebugConfig ¶ added in v0.44.0
type DebugConfig struct {
Standalone bool `yaml:"standalone"`
}
DebugConfig is the debug configuration.
type InferenceManagerEngineConfig ¶ added in v0.71.0
type InferenceManagerEngineConfig struct { OllamaPort int `yaml:"ollamaPort"` InternalGRPCPort int `yaml:"internalGrpcPort"` Namespace string `yaml:"namespace"` LabelKey string `yaml:"labelKey"` LabelValue string `yaml:"labelValue"` }
InferenceManagerEngineConfig is the inference manager engine configuration.
Click to show internal directories.
Click to hide internal directories.