Merge pull request #68262 from TinySong/fix-staging-kube-agggregator-version

update comments of doc.go in stagging/src/k8s.io/kube-aggregator
pull/58/head
k8s-ci-robot 2018-09-25 06:13:43 -07:00 committed by GitHub
commit 9720a734fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
// +k8s:openapi-gen=true
// +groupName=apiregistration.k8s.io
// 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