upgrade crd to apiextensions.k8s.io/v1 && generate crd files

Signed-off-by: yuswift <yuswiftli@yunify.com>
This commit is contained in:
yuswift
2021-04-08 15:16:30 +08:00
parent ea80ca727a
commit adef4b5e43
80 changed files with 24158 additions and 10937 deletions

View File

@@ -21,7 +21,7 @@ limitations under the License.
package v1alpha1
import (
v1 "k8s.io/api/networking/v1"
"k8s.io/api/networking/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
)