Skip to content

Commit 2dd0736

Browse files
committed
documented last-change-trigger-time
1 parent f195ecb commit 2dd0736

File tree

1 file changed

+12
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+12
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,18 @@ has been truncated to 1000.
12941294

12951295
If the number of backend endpoints falls below 1000, the control plane removes this annotation.
12961296

1297+
### endpoints.kubernetes.io/last-change-trigger-time
1298+
1299+
Type: Annotation
1300+
1301+
Example: `endpoints.kubernetes.io/last-change-trigger-time: 2023-07-20T04:45:21Z`
1302+
1303+
Used on: Endpoints
1304+
1305+
This annotation set to an [Endpoints](/docs/concepts/services-networking/service/#endpoints) object that
1306+
represents the timestamp (stored as RFC 3339 date-time string, e.g. '2018-10-22T19:32:52.1Z'). This is timestamp
1307+
of the last change in some Pod or Service object, that triggered the endpoints object change.
1308+
12971309
### control-plane.alpha.kubernetes.io/leader (deprecated) {#control-plane-alpha-kubernetes-io-leader}
12981310

12991311
Type: Annotation

0 commit comments

Comments
 (0)