From 2813810bbdaf2b91a45406724fce6184c60d5f30 Mon Sep 17 00:00:00 2001 From: simonren-tes Date: Wed, 1 Jun 2022 10:07:05 +0800 Subject: [PATCH] generate doc & opt option string --- cmd/minikube/cmd/tunnel.go | 2 +- site/content/en/docs/commands/tunnel.md | 3 ++- translations/de.json | 1 + translations/es.json | 1 + translations/fr.json | 1 + translations/ja.json | 1 + translations/ko.json | 1 + translations/pl.json | 1 + translations/ru.json | 1 + translations/strings.txt | 1 + translations/zh-CN.json | 1 + 11 files changed, 12 insertions(+), 2 deletions(-) diff --git a/cmd/minikube/cmd/tunnel.go b/cmd/minikube/cmd/tunnel.go index 734cd10c6cbb..4d53a45e71f4 100644 --- a/cmd/minikube/cmd/tunnel.go +++ b/cmd/minikube/cmd/tunnel.go @@ -120,5 +120,5 @@ func outputTunnelStarted() { func init() { tunnelCmd.Flags().BoolVarP(&cleanup, "cleanup", "c", true, "call with cleanup=true to remove old tunnels") - tunnelCmd.Flags().StringVar(&bindAddress, "bind-address", "", "set tunnel bind address, empty or `*' indicates that tunnel should be available for all interfaces") + tunnelCmd.Flags().StringVar(&bindAddress, "bind-address", "", "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces") } diff --git a/site/content/en/docs/commands/tunnel.md b/site/content/en/docs/commands/tunnel.md index 74198bb27225..caea57de2cc1 100644 --- a/site/content/en/docs/commands/tunnel.md +++ b/site/content/en/docs/commands/tunnel.md @@ -20,7 +20,8 @@ minikube tunnel [flags] ### Options ``` - -c, --cleanup call with cleanup=true to remove old tunnels (default true) + --bind-address string set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces + -c, --cleanup call with cleanup=true to remove old tunnels (default true) ``` ### Options inherited from parent commands diff --git a/translations/de.json b/translations/de.json index dc13eb9dd369..343276eabe75 100644 --- a/translations/de.json +++ b/translations/de.json @@ -975,6 +975,7 @@ "retrieving node": "Ermittele Node", "scheduled stop is not supported on the none driver, skipping scheduling": "Das geplante Stoppen wird von none Treiber nicht unterstützt, überspringe Planung", "service {{.namespace_name}}/{{.service_name}} has no node port": "Service {{.namespace_name}}/{{.service_name}} hat keinen Node Port", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "state Fehler", "status json failure": "Status json Fehler", "status text failure": "Status text Fehler", diff --git a/translations/es.json b/translations/es.json index 62ac40913098..541d84c2190f 100644 --- a/translations/es.json +++ b/translations/es.json @@ -975,6 +975,7 @@ "retrieving node": "", "scheduled stop is not supported on the none driver, skipping scheduling": "", "service {{.namespace_name}}/{{.service_name}} has no node port": "", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "", "status json failure": "", "status text failure": "", diff --git a/translations/fr.json b/translations/fr.json index 541597f76ee1..9c2e78dea76d 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -941,6 +941,7 @@ "retrieving node": "récupération du nœud", "scheduled stop is not supported on the none driver, skipping scheduling": "l'arrêt programmé n'est pas pris en charge sur le pilote none, programmation non prise en compte", "service {{.namespace_name}}/{{.service_name}} has no node port": "le service {{.namespace_name}}/{{.service_name}} n'a pas de port de nœud", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "stat en échec", "status json failure": "état du JSON en échec", "status text failure": "état du texte en échec", diff --git a/translations/ja.json b/translations/ja.json index ca2561498d4f..ef7be7c86592 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -993,6 +993,7 @@ "saving node": "ノードを保存しています", "scheduled stop is not supported on the none driver, skipping scheduling": "none ドライバーでは予定停止がサポートされていません (予約をスキップします)", "service {{.namespace_name}}/{{.service_name}} has no node port": "サービス {{.namespace_name}}/{{.service_name}} は NodePort がありません", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "startup failed": "起動に失敗しました", "stat failed": "stat に失敗しました", "status json failure": "status json に失敗しました", diff --git a/translations/ko.json b/translations/ko.json index 551947c123a8..2e6d4e6279cb 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -985,6 +985,7 @@ "retrieving node": "", "scheduled stop is not supported on the none driver, skipping scheduling": "", "service {{.namespace_name}}/{{.service_name}} has no node port": "", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "", "status json failure": "", "status text failure": "", diff --git a/translations/pl.json b/translations/pl.json index 7a6850d76b0c..2be80a3491b2 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -987,6 +987,7 @@ "retrieving node": "przywracanie węzła", "scheduled stop is not supported on the none driver, skipping scheduling": "", "service {{.namespace_name}}/{{.service_name}} has no node port": "", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "wykonanie komendy stat nie powiodło się", "status json failure": "", "status text failure": "", diff --git a/translations/ru.json b/translations/ru.json index b336a0e4713b..3c8921bb3d83 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -909,6 +909,7 @@ "retrieving node": "", "scheduled stop is not supported on the none driver, skipping scheduling": "", "service {{.namespace_name}}/{{.service_name}} has no node port": "", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "", "status json failure": "", "status text failure": "", diff --git a/translations/strings.txt b/translations/strings.txt index c0e6441dc2f3..b220d0229335 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -909,6 +909,7 @@ "retrieving node": "", "scheduled stop is not supported on the none driver, skipping scheduling": "", "service {{.namespace_name}}/{{.service_name}} has no node port": "", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "", "status json failure": "", "status text failure": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 390d7611eb05..f9132bba93c3 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -1098,6 +1098,7 @@ "retrieving node": "", "scheduled stop is not supported on the none driver, skipping scheduling": "", "service {{.namespace_name}}/{{.service_name}} has no node port": "", + "set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces": "", "stat failed": "", "status json failure": "", "status text failure": "",