Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
7f7a4590
Commit
7f7a4590
authored
Oct 19, 2018
by
Matt Matejczyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify in the documentation that the timestamp will be expressed in milliseconds.
parent
803ee842
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
annotation_key_constants.go
pkg/apis/core/annotation_key_constants.go
+1
-1
annotation_key_constants.go
staging/src/k8s.io/api/core/v1/annotation_key_constants.go
+1
-1
No files found.
pkg/apis/core/annotation_key_constants.go
View file @
7f7a4590
...
...
@@ -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"
...
...
staging/src/k8s.io/api/core/v1/annotation_key_constants.go
View file @
7f7a4590
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment