Skip to content

Commit c39e485

Browse files
Add “duration” to glossary (#48208)
* feature: add duration in glossary * fix: Changes according to style guide * fix: Add missing full stop
1 parent 0f0ee83 commit c39e485

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Duration
3+
id: duration
4+
date: 2024-10-05
5+
full_link:
6+
short_description: >
7+
A time interval specified as a string in the format accepted by Go's [time.Duration](https://pkg.go.dev/time), allowing for flexible time specifications using various units like seconds, minutes, and hours.
8+
aka:
9+
tags:
10+
- fundamental
11+
---
12+
In Kubernetes APIs, a duration must be non-negative and is typically expressed with a suffix.
13+
For example, `5s` for five seconds or `1m30s` for one minute and thirty seconds.
14+

0 commit comments

Comments
 (0)