Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtlasStreamsConnectionReconciler ¶
type AtlasStreamsConnectionReconciler struct {
Client client.Client
Scheme *runtime.Scheme
GlobalPredicates []predicate.Predicate
EventRecorder record.EventRecorder
AtlasProvider atlas.Provider
Log *zap.SugaredLogger
ObjectDeletionProtection bool
SubObjectDeletionProtection bool
}
func NewAtlasStreamsConnectionReconciler ¶ added in v2.3.1
func (*AtlasStreamsConnectionReconciler) SetupWithManager ¶
func (r *AtlasStreamsConnectionReconciler) SetupWithManager(mgr ctrl.Manager, skipNameValidation bool) error
type AtlasStreamsInstanceReconciler ¶
type AtlasStreamsInstanceReconciler struct {
Client client.Client
Scheme *runtime.Scheme
GlobalPredicates []predicate.Predicate
EventRecorder record.EventRecorder
AtlasProvider atlas.Provider
Log *zap.SugaredLogger
ObjectDeletionProtection bool
SubObjectDeletionProtection bool
}
func NewAtlasStreamsInstanceReconciler ¶ added in v2.3.1
func (*AtlasStreamsInstanceReconciler) SetupWithManager ¶
func (r *AtlasStreamsInstanceReconciler) SetupWithManager(mgr ctrl.Manager, skipNameValidation bool) error
Click to show internal directories.
Click to hide internal directories.