Merge pull request #129054 from pohly/remove-import-name

remove import doc comments

Kubernetes-commit: e8615e27125518f0ed0ba06244b7ecee21451bb0
This commit is contained in:
Kubernetes Publisher 2024-12-12 09:58:35 +01:00
commit 988c0f82a8
65 changed files with 78 additions and 78 deletions

2
doc.go
View File

@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package apiserver // import "k8s.io/apiserver" package apiserver

10
go.mod
View File

@ -52,12 +52,12 @@ require (
gopkg.in/evanphx/json-patch.v4 v4.12.0 gopkg.in/evanphx/json-patch.v4 v4.12.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1 gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0 gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0-20241206182100-8b216f34d7ed k8s.io/api v0.0.0-20241212094650-c137d05aad4e
k8s.io/apimachinery v0.0.0-20241212054420-6e120e1a46e1 k8s.io/apimachinery v0.0.0-20241212094400-146e532b5516
k8s.io/client-go v0.0.0-20241212055154-706280d1e7c8 k8s.io/client-go v0.0.0-20241212095039-1df7a02c723f
k8s.io/component-base v0.0.0-20241206184758-96018783480f k8s.io/component-base v0.0.0-20241212095938-eed7cffe762b
k8s.io/klog/v2 v2.130.1 k8s.io/klog/v2 v2.130.1
k8s.io/kms v0.0.0-20241206185237-ab1750fa1ba2 k8s.io/kms v0.0.0-20241212100200-cf5ec9691661
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0

20
go.sum
View File

@ -365,18 +365,18 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
k8s.io/api v0.0.0-20241206182100-8b216f34d7ed h1:I/5qfHM86vTbxgBF5ndeCJyTDVoJy/rZL6bSse/9DFU= k8s.io/api v0.0.0-20241212094650-c137d05aad4e h1:VP4EU1Qley9oK19TADjlrcbqzZu+oM6DEMkvEY4tQq8=
k8s.io/api v0.0.0-20241206182100-8b216f34d7ed/go.mod h1:lUM9fsfbAc6N6JbIwnis087wfRQs4x/1VDpNyw4Un6c= k8s.io/api v0.0.0-20241212094650-c137d05aad4e/go.mod h1:UU3KMHJIuHX8FQPUmAFlpezcEtFld7bKbhqRgvKQYug=
k8s.io/apimachinery v0.0.0-20241212054420-6e120e1a46e1 h1:80IlEOFbCKCnZZRkwjGP5TPx7Nvx5UyhR7ihknEcJhU= k8s.io/apimachinery v0.0.0-20241212094400-146e532b5516 h1:cf0O/XXjJ4CLQDDwolhnrekNmjPFuZmvY+YAbt00VNM=
k8s.io/apimachinery v0.0.0-20241212054420-6e120e1a46e1/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE= k8s.io/apimachinery v0.0.0-20241212094400-146e532b5516/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
k8s.io/client-go v0.0.0-20241212055154-706280d1e7c8 h1:NHmq7kh1wCrQczoTEgi+llNoC1HLbxbh2q9T22qYEck= k8s.io/client-go v0.0.0-20241212095039-1df7a02c723f h1:cPtwmYh2rJriRXJIsQOTa58MvELrbvfKTHBkt8M1/vw=
k8s.io/client-go v0.0.0-20241212055154-706280d1e7c8/go.mod h1:TcUDBmfZ4VqblPEfRjbqqDg/dWjqNskTfSuwtPJfsCg= k8s.io/client-go v0.0.0-20241212095039-1df7a02c723f/go.mod h1:x3YWaTy81MlanwTt1fVGc4KIgXa0+BhFcKVm2bZQ4/g=
k8s.io/component-base v0.0.0-20241206184758-96018783480f h1:RTc92IdMxq+Q0F1d4x7YPF7lCjDI+cQ86ZMwuI35E2Q= k8s.io/component-base v0.0.0-20241212095938-eed7cffe762b h1:R/AmmTN4Vp8LvFA5H+AtGkDOGBvRoQ/Vx+nDV5O4XK0=
k8s.io/component-base v0.0.0-20241206184758-96018783480f/go.mod h1:gFyRWyoxH6tMBrslFolZA4gPIXd9csFGGanhsY9CH8E= k8s.io/component-base v0.0.0-20241212095938-eed7cffe762b/go.mod h1:9u0iqRvQyF2lSwHuhSYVNf3bs1Y3BhF4mO3J+kRIlGM=
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
k8s.io/kms v0.0.0-20241206185237-ab1750fa1ba2 h1:KRZ3wPs/dlx2t0woftsjrKo1wcZD1TC34h1qk7TC3Ds= k8s.io/kms v0.0.0-20241212100200-cf5ec9691661 h1:+MwmypkHQLJtGJMVcmdRWq2jkvl0az+QgbdJJRjCmpk=
k8s.io/kms v0.0.0-20241206185237-ab1750fa1ba2/go.mod h1:Hl0On+LRNj6rRM/gXrMb3bOSaTkCef8NBTTShtTCIvM= k8s.io/kms v0.0.0-20241212100200-cf5ec9691661/go.mod h1:RffF0OfQVckHr0pKJGj5e0woIFi84tiV+YRhn0qi5QM=
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f h1:GA7//TjRY9yWGy1poLzYYJJ4JRdzg3+O6e8I+e+8T5Y= k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f h1:GA7//TjRY9yWGy1poLzYYJJ4JRdzg3+O6e8I+e+8T5Y=
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f/go.mod h1:R/HEjbvWI0qdfb8viZUeVZm0X6IZnxAydC7YU42CMw4= k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f/go.mod h1:R/HEjbvWI0qdfb8viZUeVZm0X6IZnxAydC7YU42CMw4=
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6JSWYFzOFnYeS6Ro= k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6JSWYFzOFnYeS6Ro=

View File

@ -16,4 +16,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
package resourcequota // import "k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota" package resourcequota

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=resourcequota.admission.k8s.io // +groupName=resourcequota.admission.k8s.io
// Package v1 is the v1 version of the API. // Package v1 is the v1 version of the API.
package v1 // import "k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/v1" package v1

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=resourcequota.admission.k8s.io // +groupName=resourcequota.admission.k8s.io
// Package v1alpha1 is the v1alpha1 version of the API. // Package v1alpha1 is the v1alpha1 version of the API.
package v1alpha1 // import "k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/v1alpha1" package v1alpha1

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=resourcequota.admission.k8s.io // +groupName=resourcequota.admission.k8s.io
// Package v1beta1 is the v1beta1 version of the API. // Package v1beta1 is the v1beta1 version of the API.
package v1beta1 // import "k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/v1beta1" package v1beta1

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package resourcequota enforces all incoming requests against any applied quota // Package resourcequota enforces all incoming requests against any applied quota
// in the namespace context of the request // in the namespace context of the request
package resourcequota // import "k8s.io/apiserver/pkg/admission/plugin/resourcequota" package resourcequota

View File

@ -16,4 +16,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
package webhookadmission // import "k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission" package webhookadmission

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=apiserver.config.k8s.io // +groupName=apiserver.config.k8s.io
// Package v1 is the v1 version of the API. // Package v1 is the v1 version of the API.
package v1 // import "k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission/v1" package v1

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=apiserver.config.k8s.io // +groupName=apiserver.config.k8s.io
// Package v1alpha1 is the v1alpha1 version of the API. // Package v1alpha1 is the v1alpha1 version of the API.
package v1alpha1 // import "k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission/v1alpha1" package v1alpha1

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package errors contains utilities for admission webhook specific errors // Package errors contains utilities for admission webhook specific errors
package errors // import "k8s.io/apiserver/pkg/admission/plugin/webhook/errors" package errors

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package mutating makes calls to mutating webhooks during the admission // Package mutating makes calls to mutating webhooks during the admission
// process. // process.
package mutating // import "k8s.io/apiserver/pkg/admission/plugin/webhook/mutating" package mutating

View File

@ -17,4 +17,4 @@ limitations under the License.
// Package namespace defines the utilities that are used by the webhook // Package namespace defines the utilities that are used by the webhook
// plugin to decide if a webhook should be applied to an object based on its // plugin to decide if a webhook should be applied to an object based on its
// namespace. // namespace.
package namespace // import "k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace" package namespace

View File

@ -17,4 +17,4 @@ limitations under the License.
// Package object defines the utilities that are used by the webhook plugin to // Package object defines the utilities that are used by the webhook plugin to
// decide if a webhook should run, as long as either the old object or the new // decide if a webhook should run, as long as either the old object or the new
// object has labels matching the webhook config's objectSelector. // object has labels matching the webhook config's objectSelector.
package object // import "k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object" package object

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package request creates admissionReview request based on admission attributes. // Package request creates admissionReview request based on admission attributes.
package request // import "k8s.io/apiserver/pkg/admission/plugin/webhook/request" package request

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package testcerts contains generated key pairs used by the unit tests of // Package testcerts contains generated key pairs used by the unit tests of
// mutating and validating webhooks. They are for testing only. // mutating and validating webhooks. They are for testing only.
package testcerts // import "k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts" package testcerts

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package validating makes calls to validating (i.e., non-mutating) webhooks // Package validating makes calls to validating (i.e., non-mutating) webhooks
// during the admission process. // during the admission process.
package validating // import "k8s.io/apiserver/pkg/admission/plugin/webhook/validating" package validating

View File

@ -16,4 +16,4 @@ limitations under the License.
// +groupName=apidiscovery.k8s.io // +groupName=apidiscovery.k8s.io
package v2 // import "k8s.io/apiserver/pkg/apis/apidiscovery/v2" package v2

View File

@ -16,4 +16,4 @@ limitations under the License.
// +groupName=apidiscovery.k8s.io // +groupName=apidiscovery.k8s.io
package v2beta1 // import "k8s.io/apiserver/pkg/apis/apidiscovery/v2beta1" package v2beta1

View File

@ -18,4 +18,4 @@ limitations under the License.
// +groupName=apiserver.k8s.io // +groupName=apiserver.k8s.io
// Package apiserver is the internal version of the API. // Package apiserver is the internal version of the API.
package apiserver // import "k8s.io/apiserver/pkg/apis/apiserver" package apiserver

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=apiserver.config.k8s.io // +groupName=apiserver.config.k8s.io
// Package v1 is the v1 version of the API. // Package v1 is the v1 version of the API.
package v1 // import "k8s.io/apiserver/pkg/apis/apiserver/v1" package v1

View File

@ -21,4 +21,4 @@ limitations under the License.
// +groupName=apiserver.config.k8s.io // +groupName=apiserver.config.k8s.io
// Package v1alpha1 is the v1alpha1 version of the API. // Package v1alpha1 is the v1alpha1 version of the API.
package v1alpha1 // import "k8s.io/apiserver/pkg/apis/apiserver/v1alpha1" package v1alpha1

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=apiserver.k8s.io // +groupName=apiserver.k8s.io
// Package v1beta1 is the v1beta1 version of the API. // Package v1beta1 is the v1beta1 version of the API.
package v1beta1 // import "k8s.io/apiserver/pkg/apis/apiserver/v1beta1" package v1beta1

View File

@ -17,4 +17,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=audit.k8s.io // +groupName=audit.k8s.io
package audit // import "k8s.io/apiserver/pkg/apis/audit" package audit

View File

@ -22,4 +22,4 @@ limitations under the License.
// +groupName=audit.k8s.io // +groupName=audit.k8s.io
package v1 // import "k8s.io/apiserver/pkg/apis/audit/v1" package v1

View File

@ -19,4 +19,4 @@ limitations under the License.
// package example contains an example API used to demonstrate how to create api groups. Moreover, this is // package example contains an example API used to demonstrate how to create api groups. Moreover, this is
// used within tests. // used within tests.
package example // import "k8s.io/apiserver/pkg/apis/example" package example

View File

@ -22,4 +22,4 @@ limitations under the License.
// +groupName=example.apiserver.k8s.io // +groupName=example.apiserver.k8s.io
package v1 // import "k8s.io/apiserver/pkg/apis/example/v1" package v1

View File

@ -21,4 +21,4 @@ limitations under the License.
// another group ("example"). This happens if a type is moved to a different // another group ("example"). This happens if a type is moved to a different
// group. It's not recommended to move types across groups, though Kubernetes // group. It's not recommended to move types across groups, though Kubernetes
// have a few cases due to historical reasons. This package is for tests. // have a few cases due to historical reasons. This package is for tests.
package example2 // import "k8s.io/apiserver/pkg/apis/example2" package example2

View File

@ -23,4 +23,4 @@ limitations under the License.
// +groupName=example2.apiserver.k8s.io // +groupName=example2.apiserver.k8s.io
package v1 // import "k8s.io/apiserver/pkg/apis/example2/v1" package v1

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package x509 provides a request authenticator that validates and // Package x509 provides a request authenticator that validates and
// extracts user information from client certificates // extracts user information from client certificates
package x509 // import "k8s.io/apiserver/pkg/authentication/request/x509" package x509

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package user contains utilities for dealing with simple user exchange in the auth // Package user contains utilities for dealing with simple user exchange in the auth
// packages. The user.Info interface defines an interface for exchanging that info. // packages. The user.Info interface defines an interface for exchanging that info.
package user // import "k8s.io/apiserver/pkg/authentication/user" package user

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package path contains an authorizer that allows certain paths and path prefixes. // Package path contains an authorizer that allows certain paths and path prefixes.
package path // import "k8s.io/apiserver/pkg/authorization/path" package path

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package endpoints contains the generic code that provides a RESTful Kubernetes-style API service. // Package endpoints contains the generic code that provides a RESTful Kubernetes-style API service.
package endpoints // import "k8s.io/apiserver/pkg/endpoints" package endpoints

View File

@ -18,4 +18,4 @@ limitations under the License.
// _are_ api related, i.e. which are prerequisite for the API services // _are_ api related, i.e. which are prerequisite for the API services
// to work (in contrast to the filters in the server package which are // to work (in contrast to the filters in the server package which are
// not part of the API contract). // not part of the API contract).
package filters // import "k8s.io/apiserver/pkg/endpoints/filters" package filters

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package handlers contains HTTP handlers to implement the apiserver APIs. // Package handlers contains HTTP handlers to implement the apiserver APIs.
package handlers // import "k8s.io/apiserver/pkg/endpoints/handlers" package handlers

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package negotiation contains media type negotiation logic. // Package negotiation contains media type negotiation logic.
package negotiation // import "k8s.io/apiserver/pkg/endpoints/handlers/negotiation" package negotiation

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package responsewriters containers helpers to write responses in HTTP handlers. // Package responsewriters containers helpers to write responses in HTTP handlers.
package responsewriters // import "k8s.io/apiserver/pkg/endpoints/handlers/responsewriters" package responsewriters

View File

@ -17,4 +17,4 @@ limitations under the License.
// Package request contains everything around extracting info from // Package request contains everything around extracting info from
// a http request object. // a http request object.
// TODO: this package is temporary. Handlers must move into pkg/apiserver/handlers to avoid dependency cycle // TODO: this package is temporary. Handlers must move into pkg/apiserver/handlers to avoid dependency cycle
package request // import "k8s.io/apiserver/pkg/endpoints/request" package request

View File

@ -16,4 +16,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
package testing // import "k8s.io/apiserver/pkg/endpoints/testing" package testing

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package registry contains the generic implementation of the storage and system logic. // Package registry contains the generic implementation of the storage and system logic.
package registry // import "k8s.io/apiserver/pkg/registry" package registry

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package generic provides a generic object store interface and a // Package generic provides a generic object store interface and a
// generic label/field matching type. // generic label/field matching type.
package generic // import "k8s.io/apiserver/pkg/registry/generic" package generic

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package etcd has a generic implementation of a registry that // Package etcd has a generic implementation of a registry that
// stores things in etcd. // stores things in etcd.
package registry // import "k8s.io/apiserver/pkg/registry/generic/registry" package registry

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package rest has generic implementations of resources used for // Package rest has generic implementations of resources used for
// REST responses // REST responses
package rest // import "k8s.io/apiserver/pkg/registry/generic/rest" package rest

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package rest defines common logic around changes to Kubernetes-style resources. // Package rest defines common logic around changes to Kubernetes-style resources.
package rest // import "k8s.io/apiserver/pkg/registry/rest" package rest

View File

@ -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 // import "k8s.io/apiserver/pkg/server" package server

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package filters contains all the http handler chain filters which // Package filters contains all the http handler chain filters which
// are not api related. // are not api related.
package filters // import "k8s.io/apiserver/pkg/server/filters" package filters

View File

@ -19,4 +19,4 @@ limitations under the License.
// //
// import "k8s.io/apiserver/pkg/server/healthz" // import "k8s.io/apiserver/pkg/server/healthz"
// healthz.InstallHandler(mux) // healthz.InstallHandler(mux)
package healthz // import "k8s.io/apiserver/pkg/server/healthz" package healthz

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package httplog contains a helper object and functions to maintain a log // Package httplog contains a helper object and functions to maintain a log
// along with an http response. // along with an http response.
package httplog // import "k8s.io/apiserver/pkg/server/httplog" package httplog

View File

@ -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 // import "k8s.io/apiserver/pkg/server/mux" package mux

View File

@ -18,4 +18,4 @@ limitations under the License.
// server. It takes a minimal set of dependencies and does not reference // server. It takes a minimal set of dependencies and does not reference
// implementations, in order to ensure it may be reused by multiple components // implementations, in order to ensure it may be reused by multiple components
// (such as CLI commands that wish to generate or validate config). // (such as CLI commands that wish to generate or validate config).
package options // import "k8s.io/apiserver/pkg/server/options" package options

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package resourceconfig contains the resource config related helper functions. // Package resourceconfig contains the resource config related helper functions.
package resourceconfig // import "k8s.io/apiserver/pkg/server/resourceconfig" package resourceconfig

View File

@ -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 // import "k8s.io/apiserver/pkg/server/routes" package 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 contains the plumbing to setup the etcd storage of the apiserver.
package storage // import "k8s.io/apiserver/pkg/server/storage" package storage

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Interfaces for database-related operations. // Interfaces for database-related operations.
package storage // import "k8s.io/apiserver/pkg/storage" package storage

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package storage provides conversion of storage errors to API errors. // Package storage provides conversion of storage errors to API errors.
package errors // import "k8s.io/apiserver/pkg/storage/errors" package errors

View File

@ -16,4 +16,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
package testresource // import "k8s.io/apiserver/pkg/storage/testresource" package testresource

View File

@ -116,4 +116,4 @@ limitations under the License.
// queues virtual start time is advanced by G. When a request // queues virtual start time is advanced by G. When a request
// finishes being served, and the actual service time was S, the // finishes being served, and the actual service time was S, the
// queues virtual start time is decremented by G - S. // queues virtual start time is decremented by G - S.
package queueset // import "k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset" package queueset

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package flushwriter implements a wrapper for a writer that flushes on every // Package flushwriter implements a wrapper for a writer that flushes on every
// write if that writer implements the io.Flusher interface // write if that writer implements the io.Flusher interface
package flushwriter // import "k8s.io/apiserver/pkg/util/flushwriter" package flushwriter

View File

@ -33,4 +33,4 @@ limitations under the License.
// the TunnelingConnection. A lot of the other code in streamtunnel.go // the TunnelingConnection. A lot of the other code in streamtunnel.go
// is for properly upgrading both the upstream SPDY connection and the // is for properly upgrading both the upstream SPDY connection and the
// downstream WebSocket connection before streaming begins. // downstream WebSocket connection before streaming begins.
package proxy // import "k8s.io/apiserver/pkg/util/proxy" package proxy

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package buffered provides an implementation for the audit.Backend interface // Package buffered provides an implementation for the audit.Backend interface
// that batches incoming audit events and sends batches to the delegate audit.Backend. // that batches incoming audit events and sends batches to the delegate audit.Backend.
package buffered // import "k8s.io/apiserver/plugin/pkg/audit/buffered" package buffered

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package audit contains implementations for pkg/audit/AuditBackend interface // Package audit contains implementations for pkg/audit/AuditBackend interface
package audit // import "k8s.io/apiserver/plugin/pkg/audit" package audit

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package fake provides a fake audit.Backend interface implementation for testing. // Package fake provides a fake audit.Backend interface implementation for testing.
package fake // import "k8s.io/apiserver/plugin/pkg/audit/fake" package fake

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package truncate provides an implementation for the audit.Backend interface // Package truncate provides an implementation for the audit.Backend interface
// that truncates audit events and sends them to the delegate audit.Backend. // that truncates audit events and sends them to the delegate audit.Backend.
package truncate // import "k8s.io/apiserver/plugin/pkg/audit/truncate" package truncate

View File

@ -15,4 +15,4 @@ limitations under the License.
*/ */
// Package authenticator contains implementations for pkg/auth/authenticator interfaces // Package authenticator contains implementations for pkg/auth/authenticator interfaces
package authenticator // import "k8s.io/apiserver/plugin/pkg/authenticator" package authenticator