Merge pull request #73680 from vsamidurai/vilva-k8s-staging-docs

update doc.go files under staging/src/k8s.io/apiserver/pkg/server
This commit is contained in:
Kubernetes Prow Robot 2019-02-04 06:21:22 -08:00 committed by GitHub
commit 74807349f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -15,4 +15,4 @@ limitations under the License.
*/
// Package server contains the plumbing to create kubernetes-like API server command.
package server
package server // import "k8s.io/apiserver/pkg/server"

View File

@ -15,4 +15,4 @@ limitations under the License.
*/
// Package mux contains abstractions for http multiplexing of APIs.
package mux
package mux // import "k8s.io/apiserver/pkg/server/mux"

View File

@ -15,4 +15,4 @@ limitations under the License.
*/
// Package routes holds a collection of optional genericapiserver http handlers.
package routes
package routes // import "k8s.io/apiserver/pkg/server/routes"

View File

@ -15,4 +15,4 @@ limitations under the License.
*/
// Package storage contains the plumbing to setup the etcd storage of the apiserver.
package storage
package storage // import "k8s.io/apiserver/pkg/server/storage"