Documentation
¶
Index ¶
- type HAFluentReconciler
- func (r *HAFluentReconciler) CreateOrUpdate(cr *loggingService.LoggingService, configMap *corev1.ConfigMap) (created bool, updated bool, err error)
- func (r *HAFluentReconciler) Equal(source *corev1.ConfigMap, target *corev1.ConfigMap) bool
- func (r *HAFluentReconciler) Run(cr *loggingService.LoggingService) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HAFluentReconciler ¶
type HAFluentReconciler struct { *util.ComponentReconciler ComponentList *[]util.Component DynamicParameters util.DynamicParameters }
func NewHAFluentReconciler ¶
func NewHAFluentReconciler(client client.Client, scheme *runtime.Scheme, updater util.StatusUpdater, pendingComponents *[]util.Component, dynamicParameters util.DynamicParameters) HAFluentReconciler
func (*HAFluentReconciler) CreateOrUpdate ¶
func (r *HAFluentReconciler) CreateOrUpdate(cr *loggingService.LoggingService, configMap *corev1.ConfigMap) (created bool, updated bool, err error)
func (*HAFluentReconciler) Run ¶
func (r *HAFluentReconciler) Run(cr *loggingService.LoggingService) error
Run reconciles fluentbit-forwarder-aggregator custom resource. Creates new DaemonSet, ConfigMap, Service if its don't exist.
Click to show internal directories.
Click to hide internal directories.