Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Float32Var (0.2 sec)

  1. istioctl/pkg/wait/wait.go

    		"Name of a specific proxy to wait for the condition to be satisfied")
    	cmd.PersistentFlags().DurationVar(&timeout, "timeout", time.Second*30,
    		"The duration to wait before failing")
    	cmd.PersistentFlags().Float32Var(&threshold, "threshold", 1,
    		"The ratio of distribution required for success")
    	cmd.PersistentFlags().StringVar(&generation, "generation", "",
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Sat Feb 17 12:24:17 GMT 2024
    - 10.1K bytes
    - Viewed (0)
Back to top