INNER CODE UNIT · Go

main

kubernetes-sigs/kueue · cmd/kueue/main.go:125

func main() {
	var configFile string
	flag.StringVar(&configFile, "config", "",
		"The controller will load its initial configuration from this file. "+
			"Omit this flag to use the default configuration values. ")

	var featureGates string
	flag.StringVar(
		&featureGates,
		"feature-gates",
		"",
		"A set of key=value pairs that describe feature gates for alpha/experimental features.",
	)

	customLogProcessor := zaplog.WrapCore(utillogging.NewCustomLogProcessor)

	zapOptions := zap.Options{
		TimeEncoder: zapcore.RFC3339NanoTimeEncoder,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…