We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c008cf9 commit 8ffba14Copy full SHA for 8ffba14
test/images/agnhost/inclusterclient/main.go
@@ -48,7 +48,7 @@ This subcommand can also be used to validate token rotation.`,
48
49
func init() {
50
CmdInClusterClient.Flags().IntVar(&pollInterval, "poll-interval", 30,
51
- "poll interval of call to /healhtz in seconds")
+ "poll interval of call to /healthz in seconds")
52
}
53
54
func main(cmd *cobra.Command, args []string) {
0 commit comments