mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
update docs.go files under staging/src/k8s.io/apiserver/pkg/server
This commit is contained in:
parent
cdfb9126d3
commit
03d892a44d
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user