Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AirflowClusterReconciler ¶
type AirflowClusterReconciler struct { ctrlclient.Client Scheme *runtime.Scheme }
AirflowClusterReconciler reconciles a AirflowCluster object
func (*AirflowClusterReconciler) SetupWithManager ¶
func (r *AirflowClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ClusterReconciler ¶
type ClusterReconciler struct { reconciler.BaseCluster[*airflowv1alpha1.AirflowClusterSpec] ClusterConfig *airflowv1alpha1.ClusterConfigSpec }
func NewClusterReconciler ¶
func NewClusterReconciler( client *client.Client, clusterInfo reconciler.ClusterInfo, spec *airflowv1alpha1.AirflowClusterSpec, ) *ClusterReconciler
func (*ClusterReconciler) GetImage ¶
func (r *ClusterReconciler) GetImage() *util.Image
func (*ClusterReconciler) RegisterResource ¶
func (r *ClusterReconciler) RegisterResource(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.