PLTCONN-3577: Customizer update and list

This commit is contained in:
fangming-ning-sp
2023-09-06 15:35:20 -05:00
parent bde09ecc92
commit 103c48e5cc
5 changed files with 143 additions and 5 deletions

View File

@@ -19,6 +19,8 @@ func newConnCustomizersCmd(client client.Client) *cobra.Command {
cmd.AddCommand(
newCustomizerCreateCmd(client),
newCustomizerListCmd(client),
newCustomizerUpdateCmd(client),
)
return cmd