File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1294,6 +1294,18 @@ has been truncated to 1000.
1294
1294
1295
1295
If the number of backend endpoints falls below 1000, the control plane removes this annotation.
1296
1296
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
+
1297
1309
# ## control-plane.alpha.kubernetes.io/leader (deprecated) {#control-plane-alpha-kubernetes-io-leader}
1298
1310
1299
1311
Type : Annotation
You can’t perform that action at this time.
0 commit comments