mirror of https://github.com/hashicorp/consul
Backport of docs(service-resolver): clarify the default time unit in service-resolver.ConnectTimeout into release/1.14.x (#16175)
* backport of commitpull/16183/head305403c4f1
* backport of commit31540d3343
--------- Co-authored-by: cskh <hui.kang@hashicorp.com>
parent
f9af9a6b56
commit
577a07e821
|
@ -438,7 +438,7 @@ spec:
|
||||||
name: 'ConnectTimeout',
|
name: 'ConnectTimeout',
|
||||||
type: 'duration: 0s',
|
type: 'duration: 0s',
|
||||||
description:
|
description:
|
||||||
'The timeout for establishing new network connections to this service.',
|
'The timeout for establishing new network connections to this service. The default unit of time is `ns`.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'DefaultSubset',
|
name: 'DefaultSubset',
|
||||||
|
|
Loading…
Reference in New Issue