Skip to content

Commit 900e98c

Browse files
committed
Some more minor adjustments
1 parent ea9126f commit 900e98c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/concepts/pages/duration.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
:go: https://go.dev/
77

88
All Stackable operators use a human-readable duration format. It very closely resembles the format used by the {go}[Go] programming language - which Kubernetes uses internally.
9-
Every duration field of a {k8s-cr}[CustomResource], for example the xref:trino:usage-guide/operations/graceful-shutdown.adoc[`spec.workers.roleConfig.gracefulShutdownTimeout`] field, supports this format.
9+
Every duration field of a {k8s-cr}[CustomResource], for example, the xref:trino:usage-guide/operations/graceful-shutdown.adoc[`spec.workers.roleConfig.gracefulShutdownTimeout`] field, supports this format.
1010
There is no official format specification, but the source code of {go-std-time}[`time.ParseDuration`] in the Go standard library can be used as an implementation reference.
11+
1112
The format looks like this: `15d18h34m42s`.
12-
xref:trino:index.adoc[Trino], for example, uses the format like this:
13+
xref:trino:index.adoc[Trino], for example, uses it in the following way:
1314

1415
[source,yaml]
1516
----

0 commit comments

Comments
 (0)