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
123c9ceb
Commit
123c9ceb
authored
Jul 22, 2016
by
lixiaobing10051267
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give the complete and correct path to client/apiserver related
parent
ee9de645
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
daemon.md
docs/design/daemon.md
+3
-3
No files found.
docs/design/daemon.md
View file @
123c9ceb
...
@@ -195,15 +195,15 @@ some discussion of this topic).
...
@@ -195,15 +195,15 @@ some discussion of this topic).
#### Client
#### Client
-
Add support for DaemonSet commands to kubectl and the client. Client code was
-
Add support for DaemonSet commands to kubectl and the client. Client code was
added to client/unversioned. The main files in Kubectl that were modified are
added to
pkg/
client/unversioned. The main files in Kubectl that were modified are
kubectl/describe.go and
kubectl/stop.go, since for other calls like Get, Create,
pkg/kubectl/describe.go and pkg/
kubectl/stop.go, since for other calls like Get, Create,
and Update, the client simply forwards the request to the backend via the REST
and Update, the client simply forwards the request to the backend via the REST
API.
API.
#### Apiserver
#### Apiserver
-
Accept, parse, validate client commands
-
Accept, parse, validate client commands
-
REST API calls are handled in
registry/daemon
-
REST API calls are handled in
pkg/registry/daemonset
-
In particular, the api server will add the object to etcd
-
In particular, the api server will add the object to etcd
-
DaemonManager listens for updates to etcd (using Framework.informer)
-
DaemonManager listens for updates to etcd (using Framework.informer)
-
API objects for DaemonSet were created in expapi/v1/types.go and
-
API objects for DaemonSet were created in expapi/v1/types.go and
...
...
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