config

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelAdapterOpt

type ModelAdapterOpt struct {
	// SchedulerPolicyName is the name of the scheduler policy
	// to use for model adapter controller.
	SchedulerPolicyName string
}

ModelAdapterOpt contains options for model adapter controller.

type RuntimeConfig

type RuntimeConfig struct {
	EnableRuntimeSidecar bool
	DebugMode            bool
	ModelAdapterOpt      ModelAdapterOpt
}

func NewRuntimeConfig

func NewRuntimeConfig(enableRuntimeSidecar, debugMode bool, schedulerPolicyName string) RuntimeConfig

NewRuntimeConfig creates a new RuntimeConfig with specified settings.

Jump to

Keyboard shortcuts

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