Commit 9ee99183 authored by Hongchao Deng's avatar Hongchao Deng

apiextensions-apiserver: fix build

parent 04387ac0
...@@ -18,4 +18,4 @@ limitations under the License. ...@@ -18,4 +18,4 @@ limitations under the License.
// Package apiextensions is the internal version of the API. // Package apiextensions is the internal version of the API.
// +groupName=apiextensions.k8s.io // +groupName=apiextensions.k8s.io
package apiextensions // import "k8s.io/apiextension-server/pkg/apis/apiextensions" package apiextensions // import "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions"
...@@ -20,4 +20,4 @@ limitations under the License. ...@@ -20,4 +20,4 @@ limitations under the License.
// Package v1beta1 is the v1beta1 version of the API. // Package v1beta1 is the v1beta1 version of the API.
// +groupName=apiextensions.k8s.io // +groupName=apiextensions.k8s.io
package v1beta1 // import "k8s.io/apiextension-server/pkg/apis/apiextensions/v1beta1" package v1beta1 // import "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment