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
dd6a897c
Commit
dd6a897c
authored
Sep 23, 2015
by
Eric Tune
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14258 from zhengguoyong/update-etcdindex
change etcdIndec to etcdIndex
parents
1ffa7cbc
696372a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apiserver-watch.md
docs/proposals/apiserver-watch.md
+1
-1
No files found.
docs/proposals/apiserver-watch.md
View file @
dd6a897c
...
@@ -116,7 +116,7 @@ we will store two things:
...
@@ -116,7 +116,7 @@ we will store two things:
This should be as simple as having an array an treating it as a cyclic buffer.
This should be as simple as having an array an treating it as a cyclic buffer.
Obviously resourceVersion of objects watched from etcd will be increasing, but
Obviously resourceVersion of objects watched from etcd will be increasing, but
they are necessary for registering a new watcher that is interested in all the
they are necessary for registering a new watcher that is interested in all the
changes since a given etcdInde
c
.
changes since a given etcdInde
x
.
Additionally, we should support LIST operation, otherwise clients can never
Additionally, we should support LIST operation, otherwise clients can never
start watching at now. We may consider passing lists through etcd, however
start watching at now. We may consider passing lists through etcd, however
...
...
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