devlopment branch (#1736)
This commit is contained in:
8
pkg/apis/addtoscheme_logging_v1alpha2.go
Normal file
8
pkg/apis/addtoscheme_logging_v1alpha2.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package apis
|
||||
|
||||
import "kubesphere.io/kubesphere/pkg/apis/logging/v1alpha2"
|
||||
|
||||
func init() {
|
||||
// Register the types with the Scheme so the components can map objects to GroupVersionKinds and back
|
||||
AddToSchemes = append(AddToSchemes, v1alpha2.SchemeBuilder.AddToScheme)
|
||||
}
|
||||
Reference in New Issue
Block a user