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 @@ -1293,6 +1293,18 @@ has been truncated to 1000.
1293
1293
1294
1294
If the number of backend endpoints falls below 1000, the control plane removes this annotation.
1295
1295
1296
+ # ## endpoints.kubernetes.io/last-change-trigger-time
1297
+
1298
+ Type : Annotation
1299
+
1300
+ Example : ` endpoints.kubernetes.io/last-change-trigger-time: 2023-07-20T04:45:21Z`
1301
+
1302
+ Used on : Endpoints
1303
+
1304
+ 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.
1307
+
1296
1308
# ## control-plane.alpha.kubernetes.io/leader (deprecated) {#control-plane-alpha-kubernetes-io-leader}
1297
1309
1298
1310
Type : Annotation
You can’t perform that action at this time.
0 commit comments