Merge pull request #44898 from kundan2707/last-change-trigger-time

documented last-change-trigger-time
pull/45969/head
Kubernetes Prow Robot 2024-04-22 13:38:16 -07:00 committed by GitHub
commit 6eba9751a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -1293,6 +1293,18 @@ has been truncated to 1000.
If the number of backend endpoints falls below 1000, the control plane removes this annotation.
### endpoints.kubernetes.io/last-change-trigger-time
Type: Annotation
Example: `endpoints.kubernetes.io/last-change-trigger-time: 2023-07-20T04:45:21Z`
Used on: Endpoints
This annotation set to an [Endpoints](/docs/concepts/services-networking/service/#endpoints) object that
represents the timestamp (stored as RFC 3339 date-time string, e.g. '2018-10-22T19:32:52.1Z'). This is timestamp
of the last change in some Pod or Service object, that triggered the endpoints object change.
### control-plane.alpha.kubernetes.io/leader (deprecated) {#control-plane-alpha-kubernetes-io-leader}
Type: Annotation