Merge pull request #71248 from knarfeh/fix/update-apis-imports

Add doc.go imports for staging/src/k8s.io/pkg/apis/meta
pull/564/head
Kubernetes Prow Robot 2019-02-15 06:39:40 -08:00 committed by GitHub
commit 6faed5bb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +k8s:conversion-gen=k8s.io/apimachinery/pkg/apis/meta/v1
package internalversion
package internalversion // import "k8s.io/apimachinery/pkg/apis/meta/internalversion"

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=meta.k8s.io
package v1beta1
package v1beta1 // import "k8s.io/apimachinery/pkg/apis/meta/v1beta1"