update comments of doc.go in stagging/src/k8s.io/kube-aggregator

This commit is contained in:
song 2018-09-05 10:29:29 +08:00
parent be11540775
commit f5d8cde401

View File

@ -18,7 +18,7 @@ limitations under the License.
// +k8s:conversion-gen=k8s.io/kube-aggregator/pkg/apis/apiregistration
// +k8s:openapi-gen=true
// Package v1beta1 contains the API Registration API, which is responsible for
// Package v1 contains the API Registration API, which is responsible for
// registering an API `Group`/`Version` with another kubernetes like API server.
// The `APIService` holds information about the other API server in
// `APIServiceSpec` type as well as general `TypeMeta` and `ObjectMeta`. The