Add Preference dependency to api-server command (#6974)

This commit is contained in:
Philippe Martin
2023-07-18 14:44:17 +02:00
committed by GitHub
parent 9fd65cd27d
commit 53cb806a65

View File

@@ -89,6 +89,7 @@ func NewCmdApiServer(ctx context.Context, name, fullName string, testClientset c
}
clientset.Add(apiserverCmd,
clientset.STATE,
clientset.PREFERENCE,
)
apiserverCmd.Flags().IntVar(&o.portFlag, "port", 0, "Define custom port for API Server.")
return apiserverCmd