File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
internal/namespaces/lb/v1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ func lbBackendCreate() *core.Command {
909909 },
910910 {
911911 Name : "health-check.http-config.uri" ,
912- Short : `HTTP URI used for the health check` ,
912+ Short : `HTTP path used for the health check` ,
913913 Required : false ,
914914 Deprecated : false ,
915915 Positional : false ,
@@ -937,7 +937,7 @@ func lbBackendCreate() *core.Command {
937937 },
938938 {
939939 Name : "health-check.https-config.uri" ,
940- Short : `HTTP URI used for the health check` ,
940+ Short : `HTTP path used for the health check` ,
941941 Required : false ,
942942 Deprecated : false ,
943943 Positional : false ,
@@ -1517,7 +1517,7 @@ func lbBackendUpdateHealthcheck() *core.Command {
15171517 },
15181518 {
15191519 Name : "http-config.uri" ,
1520- Short : `HTTP URI used for the health check` ,
1520+ Short : `HTTP path used for the health check` ,
15211521 Required : false ,
15221522 Deprecated : false ,
15231523 Positional : false ,
@@ -1545,7 +1545,7 @@ func lbBackendUpdateHealthcheck() *core.Command {
15451545 },
15461546 {
15471547 Name : "https-config.uri" ,
1548- Short : `HTTP URI used for the health check` ,
1548+ Short : `HTTP path used for the health check` ,
15491549 Required : false ,
15501550 Deprecated : false ,
15511551 Positional : false ,
You can’t perform that action at this time.
0 commit comments