File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11domain: radondb.com
2- repo: github.com/radondb/radondb-mysql-operator 
2+ repo: github.com/radondb/radondb-mysql-kubernetes 
33resources:
44- group: mysql
55  kind: Cluster
Original file line number Diff line number Diff line change 11#  Adds namespace to all resources.
2- namespace : radondb-mysql-operator -system 
2+ namespace : radondb-mysql-kubernetes -system 
33
44#  Value of this field is prepended to the
55#  names of all resources, e.g. a deployment named
66#  "wordpress" becomes "alices-wordpress".
77#  Note that it should also match with the prefix (text before '-') of the namespace
88#  field above.
9- namePrefix : radondb-mysql-operator - 
9+ namePrefix : radondb-mysql-kubernetes - 
1010
1111#  Labels to add to all resources and selectors.
1212# commonLabels:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424	ctrl "sigs.k8s.io/controller-runtime" 
2525	"sigs.k8s.io/controller-runtime/pkg/client" 
2626
27- 	mysqlv1alpha1 "github.com/radondb/radondb-mysql-operator /api/v1alpha1" 
27+ 	mysqlv1alpha1 "github.com/radondb/radondb-mysql-kubernetes /api/v1alpha1" 
2828)
2929
3030// ClusterReconciler reconciles a Cluster object 
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030	logf "sigs.k8s.io/controller-runtime/pkg/log" 
3131	"sigs.k8s.io/controller-runtime/pkg/log/zap" 
3232
33- 	mysqlv1alpha1 "github.com/radondb/radondb-mysql-operator /api/v1alpha1" 
33+ 	mysqlv1alpha1 "github.com/radondb/radondb-mysql-kubernetes /api/v1alpha1" 
3434	// +kubebuilder:scaffold:imports 
3535)
3636
Original file line number Diff line number Diff line change 1- module  github.com/radondb/radondb-mysql-operator  
1+ module  github.com/radondb/radondb-mysql-kubernetes  
22
33go  1.13 
44
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ import (
2626	ctrl "sigs.k8s.io/controller-runtime" 
2727	"sigs.k8s.io/controller-runtime/pkg/log/zap" 
2828
29- 	mysqlv1alpha1 "github.com/radondb/radondb-mysql-operator /api/v1alpha1" 
30- 	"github.com/radondb/radondb-mysql-operator /controllers" 
29+ 	mysqlv1alpha1 "github.com/radondb/radondb-mysql-kubernetes /api/v1alpha1" 
30+ 	"github.com/radondb/radondb-mysql-kubernetes /controllers" 
3131	// +kubebuilder:scaffold:imports 
3232)
3333
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments