mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
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:
@@ -20,4 +20,4 @@ limitations under the License.
|
||||
// Package policy is for any kind of policy object. Suitable examples, even if
|
||||
// they aren't all here, are PodDisruptionBudget, PodSecurityPolicy,
|
||||
// NetworkPolicy, etc.
|
||||
package v1alpha1
|
||||
package v1alpha1 // import "k8s.io/kubernetes/pkg/apis/policy/v1alpha1"
|
||||
|
||||
Reference in New Issue
Block a user