Skip to content

Commit 74a0c0e

Browse files
Techassisbernauer
andauthored
Apply suggestions
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent f011adf commit 74a0c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/concepts/pages/duration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
:k8s-cr: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
66
:go: https://go.dev/
77

8-
All Stackable operators use a human-readable duration format. It very closely resembles the format used by the {go}[Go] programming language.
9-
Every duration field of a {k8s-cr}[CustomResource], for example the xref:trino:usage-guide/operations/graceful-shutdown.adoc[`spec.clusterConfig.gracefulShutdownTimeout`] field, supports this format.
8+
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.
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.
1111
The format looks like this:
1212

0 commit comments

Comments
 (0)