mirror of https://github.com/k3s-io/k3s
Merge pull request #71248 from knarfeh/fix/update-apis-imports
Add doc.go imports for staging/src/k8s.io/pkg/apis/metapull/564/head
commit
6faed5bb6f
|
@ -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"
|
||||
|
|
|
@ -20,4 +20,4 @@ limitations under the License.
|
|||
|
||||
// +groupName=meta.k8s.io
|
||||
|
||||
package v1beta1
|
||||
package v1beta1 // import "k8s.io/apimachinery/pkg/apis/meta/v1beta1"
|
||||
|
|
Loading…
Reference in New Issue