Skip to content

Commit

Permalink
Add Preference dependency to api-server command
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jul 18, 2023
1 parent abdb1c5 commit db78ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/odo/cli/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db78ee2

Please # to comment.