Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cmd (0.12 sec)

  1. istioctl/pkg/describe/describe.go

    		},
    		ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
    			return completion.ValidServiceArgs(cmd, ctx, args, toComplete)
    		},
    	}
    
    	cmd.PersistentFlags().BoolVar(&ignoreUnmeshed, "ignoreUnmeshed", false,
    		"Suppress warnings for unmeshed pods")
    	cmd.Long += "\n\n" + istioctlutil.ExperimentalMsg
    	return cmd
    }
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
Back to top