// Package v1alpha1 contains API Schema definitions for the datasync v1alpha1 API group // +kubebuilder:object:generate=true // +groupName=datasync.edge.ncr.com package v1alpha1 import ( "k8s.io/apimachinery/pkg/runtime/schema" "sigs.k8s.io/controller-runtime/pkg/scheme" ) var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "datasync.edge.ncr.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme ) func init() { // We only register manually written functions here. The registration of the // generated functions takes place in the generated files. The separation // makes the code compile even when the generated files are missing. SchemeBuilder.Register(&CouchDBCredential{}, &CouchDBCredentialList{}, &CouchDBDatabase{}, &CouchDBDatabaseList{}, &CouchDBDesignDoc{}, &CouchDBDesignDocList{}, &CouchDBReplicationDoc{}, &CouchDBReplicationDocList{}, &CouchDBUser{}, &CouchDBUserList{}, &CouchDBServer{}, &CouchDBServerList{}, &CouchDBReplicationSet{}, &CouchDBReplicationSetList{}, &CouchDBPersistence{}, &CouchDBPersistenceList{}, &CouchDBPersistenceList{}, &CouchDBIndex{}, &CouchDBIndexList{}) }