Commit 7f7a4590 authored by Matt Matejczyk's avatar Matt Matejczyk

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

parent 803ee842
...@@ -84,7 +84,7 @@ const ( ...@@ -84,7 +84,7 @@ const (
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges" AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
// EndpointsLastTriggerTime is the annotation key, set for endpoints objects, that represents the // 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 // 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 // https://github.com/kubernetes/community/blob/master/sig-scalability/slos/network_programming_latency.md
EndpointsLastTriggerTime = "kubernetes.io/endpoints.last-trigger-time" EndpointsLastTriggerTime = "kubernetes.io/endpoints.last-trigger-time"
......
...@@ -80,7 +80,7 @@ const ( ...@@ -80,7 +80,7 @@ const (
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges" AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
// EndpointsLastTriggerTime is the annotation key, set for endpoints objects, that represents the // 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 // 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 // https://github.com/kubernetes/community/blob/master/sig-scalability/slos/network_programming_latency.md
EndpointsLastTriggerTime = "kubernetes.io/endpoints.last-trigger-time" EndpointsLastTriggerTime = "kubernetes.io/endpoints.last-trigger-time"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment