mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
Fix backward CRD group name
This commit is contained in:
6
main.go
6
main.go
@@ -3,10 +3,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
authzSchema "github.com/rancher/types/apis/authorization.cattle.io/v1/schema"
|
||||
clusterSchema "github.com/rancher/types/apis/cluster.cattle.io/v1/schema"
|
||||
workloadSchema "github.com/rancher/types/apis/workload.cattle.io/v1/schema"
|
||||
"github.com/rancher/types/generator"
|
||||
authzSchema "github.com/rancher/types/io.cattle.authorization/v1/schema"
|
||||
clusterSchema "github.com/rancher/types/io.cattle.cluster/v1/schema"
|
||||
workloadSchema "github.com/rancher/types/io.cattle.workload/v1/schema"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user