Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for boolarr (0.15 sec)

  1. istioctl/pkg/waypoint/waypoint.go

    	waypointApplyCmd.PersistentFlags().StringVar(&trafficType,
    		"for",
    		"",
    		fmt.Sprintf("Specify the traffic type %s for the waypoint", sets.SortedList(validTrafficTypes)),
    	)
    
    	waypointApplyCmd.PersistentFlags().BoolVarP(&enrollNamespace, "enroll-namespace", "", false,
    		"If set, the namespace will be labeled with the waypoint name")
    
    	waypointDeleteCmd := &cobra.Command{
    		Use:   "delete",
    		Short: "Delete a waypoint configuration",
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 19:45:58 GMT 2024
    - 15.5K bytes
    - Viewed (0)
Back to top