Skip to content

Commit 9490e0a

Browse files
Update modules/reference/pages/duration.adoc
Co-authored-by: Nick <[email protected]>
1 parent e2c13db commit 9490e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/reference/pages/duration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:go-std-time: https://cs.opensource.google/go/go/+/refs/tags/go1.21.2:src/time/format.go;l=1589
55
:k8s-cr: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
66
:go: https://go.dev/
7-
:description: nderstand the human-readable duration format used by Stackable operators, based on Go's time.ParseDuration, with units like days, hours, minutes, and seconds.
7+
:description: Understand the human-readable duration format used by Stackable operators, based on Go's time.ParseDuration, with units like days, hours, minutes, and seconds.
88

99
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.
1010
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.

0 commit comments

Comments
 (0)