move agent crd to kubesphere (#1974)
This commit is contained in:
9
pkg/apis/addtoscheme_tower_v1alpha1.go
Normal file
9
pkg/apis/addtoscheme_tower_v1alpha1.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package apis
|
||||
|
||||
import (
|
||||
"kubesphere.io/kubesphere/pkg/apis/tower/v1alpha1"
|
||||
)
|
||||
|
||||
func init() {
|
||||
AddToSchemes = append(AddToSchemes, v1alpha1.SchemeBuilder.AddToScheme)
|
||||
}
|
||||
Reference in New Issue
Block a user