Specify in the documentation that the timestamp will be expressed in milliseconds.

This commit is contained in:
Matt Matejczyk 2018-10-19 12:19:02 -04:00
parent 803ee8426d
commit 7f7a4590b9
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ const (
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
// EndpointsLastTriggerTime is the annotation key, set for endpoints objects, that represents the
// timestamp of the last change that triggered the endpoints object update.
// timestamp (in milliseconds) of the last change that triggered the endpoints object update.
// This annotation will be used to compute the in-cluster network programming SLI. See
// https://github.com/kubernetes/community/blob/master/sig-scalability/slos/network_programming_latency.md
EndpointsLastTriggerTime = "kubernetes.io/endpoints.last-trigger-time"

View File

@ -80,7 +80,7 @@ const (
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
// EndpointsLastTriggerTime is the annotation key, set for endpoints objects, that represents the
// timestamp of the last change that triggered the endpoints object update.
// timestamp (in milliseconds) of the last change that triggered the endpoints object update.
// This annotation will be used to compute the in-cluster network programming SLI. See
// https://github.com/kubernetes/community/blob/master/sig-scalability/slos/network_programming_latency.md
EndpointsLastTriggerTime = "kubernetes.io/endpoints.last-trigger-time"