mirror of
https://github.com/kairos-io/entangle.git
synced 2025-09-24 18:27:14 +00:00
🎨 Rebrand to kairos
This commit is contained in:
@@ -15,8 +15,8 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
// Package v1alpha1 contains API Schema definitions for the entangle v1alpha1 API group
|
||||
//+kubebuilder:object:generate=true
|
||||
//+groupName=entangle.c3os-x.io
|
||||
// +kubebuilder:object:generate=true
|
||||
// +groupName=entangle.kairos.io
|
||||
package v1alpha1
|
||||
|
||||
import (
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
var (
|
||||
// GroupVersion is group version used to register these objects
|
||||
GroupVersion = schema.GroupVersion{Group: "entangle.c3os-x.io", Version: "v1alpha1"}
|
||||
GroupVersion = schema.GroupVersion{Group: "entangle.kairos.io", Version: "v1alpha1"}
|
||||
|
||||
// SchemeBuilder is used to add go types to the GroupVersionKind scheme
|
||||
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}
|
||||
|
Reference in New Issue
Block a user