Add doc.go imports for staging/src/k8s.io/pkg/apis/meta

pull/564/head
knarfeh 2018-11-20 12:16:42 +08:00
parent 50e02fd0cc
commit e03e90e2bd
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"