github.com/percona/percona-xtradb-cluster-operator@v1.14.0/pkg/apis/addtoscheme_pxc_v1alpha1.go (about)

     1  package apis
     2  
     3  import (
     4  	v1 "github.com/percona/percona-xtradb-cluster-operator/pkg/apis/pxc/v1"
     5  )
     6  
     7  func init() {
     8  	// Register the types with the Scheme so the components can map objects to GroupVersionKinds and back
     9  	AddToSchemes = append(AddToSchemes, v1.SchemeBuilder.AddToScheme)
    10  }