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.
Click to show internal directories.
Click to hide internal directories.