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
03d892a4
Commit
03d892a4
authored
Feb 03, 2019
by
vsamidurai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs.go files under staging/src/k8s.io/apiserver/pkg/server
parent
cdfb9126
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
doc.go
staging/src/k8s.io/apiserver/pkg/server/doc.go
+1
-1
doc.go
staging/src/k8s.io/apiserver/pkg/server/mux/doc.go
+1
-1
doc.go
staging/src/k8s.io/apiserver/pkg/server/routes/doc.go
+1
-1
doc.go
staging/src/k8s.io/apiserver/pkg/server/storage/doc.go
+1
-1
No files found.
staging/src/k8s.io/apiserver/pkg/server/doc.go
View file @
03d892a4
...
@@ -15,4 +15,4 @@ limitations under the License.
...
@@ -15,4 +15,4 @@ limitations under the License.
*/
*/
// Package server contains the plumbing to create kubernetes-like API server command.
// Package server contains the plumbing to create kubernetes-like API server command.
package
server
package
server
// import "k8s.io/apiserver/pkg/server"
staging/src/k8s.io/apiserver/pkg/server/mux/doc.go
View file @
03d892a4
...
@@ -15,4 +15,4 @@ limitations under the License.
...
@@ -15,4 +15,4 @@ limitations under the License.
*/
*/
// Package mux contains abstractions for http multiplexing of APIs.
// Package mux contains abstractions for http multiplexing of APIs.
package
mux
package
mux
// import "k8s.io/apiserver/pkg/server/mux"
staging/src/k8s.io/apiserver/pkg/server/routes/doc.go
View file @
03d892a4
...
@@ -15,4 +15,4 @@ limitations under the License.
...
@@ -15,4 +15,4 @@ limitations under the License.
*/
*/
// Package routes holds a collection of optional genericapiserver http handlers.
// Package routes holds a collection of optional genericapiserver http handlers.
package
routes
package
routes
// import "k8s.io/apiserver/pkg/server/routes"
staging/src/k8s.io/apiserver/pkg/server/storage/doc.go
View file @
03d892a4
...
@@ -15,4 +15,4 @@ limitations under the License.
...
@@ -15,4 +15,4 @@ limitations under the License.
*/
*/
// Package storage contains the plumbing to setup the etcd storage of the apiserver.
// Package storage contains the plumbing to setup the etcd storage of the apiserver.
package
storage
package
storage
// import "k8s.io/apiserver/pkg/server/storage"
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