mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Add Preference dependency to api-server command (#6974)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user