@@ -19,7 +19,7 @@ var primaryIngressIdentify = &cobra.Command{
1919 Aliases : []string {"pi" },
2020 Short : "Identify the primary ingress for a specific environment" ,
2121 RunE : func (cmd * cobra.Command , args []string ) error {
22- generator , err := generator . GenerateInput (* rootCmd , false )
22+ generator , err := GenerateInput (* rootCmd , false )
2323 if err != nil {
2424 return err
2525 }
@@ -37,7 +37,7 @@ var ingressIdentify = &cobra.Command{
3737 Aliases : []string {"i" },
3838 Short : "Identify all ingress for a specific environment" ,
3939 RunE : func (cmd * cobra.Command , args []string ) error {
40- generator , err := generator . GenerateInput (* rootCmd , false )
40+ generator , err := GenerateInput (* rootCmd , false )
4141 if err != nil {
4242 return err
4343 }
@@ -73,7 +73,7 @@ var autogenIngressIdentify = &cobra.Command{
7373 Aliases : []string {"ci" },
7474 Short : "Identify all created ingress object names for a specific environment" ,
7575 RunE : func (cmd * cobra.Command , args []string ) error {
76- generator , err := generator . GenerateInput (* rootCmd , false )
76+ generator , err := GenerateInput (* rootCmd , false )
7777 if err != nil {
7878 return err
7979 }
0 commit comments