Merge pull request #29042 from dims/fixup-imports

Automatic merge from submit-queue

Use Go canonical import paths

Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports

Fixes #29014
This commit is contained in:
k8s-merge-robot
2016-07-18 07:23:38 -07:00
committed by GitHub
280 changed files with 280 additions and 280 deletions

View File

@@ -16,4 +16,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package,register
package batch
package batch // import "k8s.io/kubernetes/pkg/apis/batch"

View File

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

View File

@@ -17,4 +17,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package,register
// +k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/batch
package v2alpha1
package v2alpha1 // import "k8s.io/kubernetes/pkg/apis/batch/v2alpha1"