Skip to content

Commit caa46aa

Browse files
authored
Merge pull request #45969 from reylejano/followup-44898
Updates details for last-change-trigger-time annotation
2 parents 305078d + d1675e6 commit caa46aa

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,13 +1297,13 @@ If the number of backend endpoints falls below 1000, the control plane removes t
12971297

12981298
Type: Annotation
12991299

1300-
Example: `endpoints.kubernetes.io/last-change-trigger-time: 2023-07-20T04:45:21Z`
1300+
Example: `endpoints.kubernetes.io/last-change-trigger-time: "2023-07-20T04:45:21Z"`
13011301

13021302
Used on: Endpoints
13031303

13041304
This annotation set to an [Endpoints](/docs/concepts/services-networking/service/#endpoints) object that
1305-
represents the timestamp (stored as RFC 3339 date-time string, e.g. '2018-10-22T19:32:52.1Z'). This is timestamp
1306-
of the last change in some Pod or Service object, that triggered the endpoints object change.
1305+
represents the timestamp (The timestamp is stored in RFC 3339 date-time string format. For example, '2018-10-22T19:32:52.1Z'). This is timestamp
1306+
of the last change in some Pod or Service object, that triggered the change to the Endpoints object.
13071307

13081308
### control-plane.alpha.kubernetes.io/leader (deprecated) {#control-plane-alpha-kubernetes-io-leader}
13091309

0 commit comments

Comments
 (0)