Files
kubesphere/pkg/apis/addtoscheme_logging_v1alpha2.go
2020-01-02 20:52:00 +08:00

9 lines
267 B
Go

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)
}