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.
2 parents 0e1bad3 + 8ffba14 commit 61aa39aCopy full SHA for 61aa39a
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