Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSRDSInstanceReconciler ¶
type AWSRDSInstanceReconciler struct {
client.Client
HTTPClient *http.Client
Log logr.Logger
Recorder record.EventRecorder
}
AWSRDSInstanceReconciler reconciles a Namespace object
func (*AWSRDSInstanceReconciler) SetupWithManager ¶
func (r *AWSRDSInstanceReconciler) SetupWithManager(mgr ctrl.Manager, opts AWSRDSInstanceReconcilerOptions) error
SetupWithManager sets up the controller with the Manager.
type AWSRDSInstanceReconcilerOptions ¶
type AWSRDSInstanceReconcilerOptions struct {
MaxConcurrentReconciles int
}
type MongoDBAtlasClusterReconciler ¶
type MongoDBAtlasClusterReconciler struct {
client.Client
HTTPClient *http.Client
Log logr.Logger
Recorder record.EventRecorder
}
MongoDBAtlasClusterReconciler reconciles a Namespace object
func (*MongoDBAtlasClusterReconciler) SetupWithManager ¶
func (r *MongoDBAtlasClusterReconciler) SetupWithManager(mgr ctrl.Manager, opts MongoDBAtlasClusterReconcilerOptions) error
SetupWithManager sets up the controller with the Manager.
type MongoDBAtlasClusterReconcilerOptions ¶
type MongoDBAtlasClusterReconcilerOptions struct {
MaxConcurrentReconciles int
}
type Neo4jAuraInstanceReconciler ¶ added in v0.3.0
type Neo4jAuraInstanceReconciler struct {
client.Client
HTTPClient *http.Client
Log logr.Logger
Recorder record.EventRecorder
}
Neo4jAuraInstanceReconciler reconciles a Namespace object
func (*Neo4jAuraInstanceReconciler) SetupWithManager ¶ added in v0.3.0
func (r *Neo4jAuraInstanceReconciler) SetupWithManager(mgr ctrl.Manager, opts Neo4jAuraInstanceReconcilerOptions) error
SetupWithManager sets up the controller with the Manager.
type Neo4jAuraInstanceReconcilerOptions ¶ added in v0.3.0
type Neo4jAuraInstanceReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.