mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Add EndpointsLastTriggerTime annotation.
This commit is contained in:
parent
30a06af453
commit
803ee8426d
@ -82,4 +82,10 @@ const (
|
|||||||
//
|
//
|
||||||
// Not all cloud providers support this annotation, though AWS & GCE do.
|
// Not all cloud providers support this annotation, though AWS & GCE do.
|
||||||
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
|
||||||
|
// timestamp 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"
|
||||||
)
|
)
|
||||||
|
@ -78,4 +78,10 @@ const (
|
|||||||
//
|
//
|
||||||
// Not all cloud providers support this annotation, though AWS & GCE do.
|
// Not all cloud providers support this annotation, though AWS & GCE do.
|
||||||
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
|
||||||
|
// timestamp 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"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user