mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Make it clear that the timestamp is a unix time in millis.
This commit is contained in:
parent
d99b68a6e2
commit
f005ea8976
@ -84,10 +84,11 @@ const (
|
|||||||
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
|
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
|
||||||
|
|
||||||
// EndpointsLastChangeTriggerTime is the annotation key, set for endpoints objects, that
|
// EndpointsLastChangeTriggerTime is the annotation key, set for endpoints objects, that
|
||||||
// represents the timestamp (in milliseconds) of the last change, of some pod or service object,
|
// represents the timestamp (expressed as a Unix time in milliseconds, i.e. the number of
|
||||||
// that triggered the endpoints object change. In other words, if a Pod / Service changed at time
|
// milliseconds elapsed since January 1, 1970 UTC) of the last change, of some pod or service
|
||||||
// T0, that change was observed by endpoints controller at T1, and the Endpoints object was
|
// object, that triggered the endpoints object change. In other words, if a Pod / Service changed
|
||||||
// changed at T2, the EndpointsLastChangeTriggerTime would be set to T0.
|
// at time T0, that change was observed by endpoints controller at T1, and the Endpoints object
|
||||||
|
// was changed at T2, the EndpointsLastChangeTriggerTime would be set to T0.
|
||||||
//
|
//
|
||||||
// The "endpoints change trigger" here means any Pod or Service change that resulted in the
|
// The "endpoints change trigger" here means any Pod or Service change that resulted in the
|
||||||
// Endpoints object change.
|
// Endpoints object change.
|
||||||
|
@ -80,10 +80,11 @@ const (
|
|||||||
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
|
AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
|
||||||
|
|
||||||
// EndpointsLastChangeTriggerTime is the annotation key, set for endpoints objects, that
|
// EndpointsLastChangeTriggerTime is the annotation key, set for endpoints objects, that
|
||||||
// represents the timestamp (in milliseconds) of the last change, of some pod or service object,
|
// represents the timestamp (expressed as a Unix time in milliseconds, i.e. the number of
|
||||||
// that triggered the endpoints object change. In other words, if a Pod / Service changed at time
|
// milliseconds elapsed since January 1, 1970 UTC) of the last change, of some pod or service
|
||||||
// T0, that change was observed by endpoints controller at T1, and the Endpoints object was
|
// object, that triggered the endpoints object change. In other words, if a Pod / Service changed
|
||||||
// changed at T2, the EndpointsLastChangeTriggerTime would be set to T0.
|
// at time T0, that change was observed by endpoints controller at T1, and the Endpoints object
|
||||||
|
// was changed at T2, the EndpointsLastChangeTriggerTime would be set to T0.
|
||||||
//
|
//
|
||||||
// The "endpoints change trigger" here means any Pod or Service change that resulted in the
|
// The "endpoints change trigger" here means any Pod or Service change that resulted in the
|
||||||
// Endpoints object change.
|
// Endpoints object change.
|
||||||
|
Loading…
Reference in New Issue
Block a user