INNER CODE UNIT · Go

r

kserve/kserve · cmd/llmisvc/main.go:75

func (r leaderRunnable) Start(ctx context.Context) error { return r(ctx) }
func (r leaderRunnable) NeedLeaderElection() bool        { return true }

func init() {
	utilruntime.Must(clientgoscheme.AddToScheme(scheme))
	utilruntime.Must(kservescheme.AddLLMISVCAPIs(scheme))
}

type Options struct {
	metricsAddr           string
	webhookPort           int
	enableLeaderElection  bool
	enableHTTP2           bool
	probeAddr             string
	metricsSecure         bool
	migrationTimeout      time.Duration
	migrationPollInterval time.Duration
	tlsMinVersion         string

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…