Versions in this module Expand all Collapse all v3 v3.4.0 May 9, 2025 v3.3.0 Mar 6, 2025 Changes in this version + const ClusterFluentdConfig + const EMPTY_CFG + const FLUENTD_LOG + const FlUENT_INCLUDE + const FluentdConfig + const FluentdSecretAppKey + const FluentdSecretLogKey + const FluentdSecretMainKey + const FluentdSecretSystemKey + const SYSTEM + type CollectorReconciler struct + Log logr.Logger + Scheme *runtime.Scheme + func (r *CollectorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *CollectorReconciler) SetupWithManager(mgr ctrl.Manager) error + type FluentBitConfigReconciler struct + Log logr.Logger + Scheme *runtime.Scheme + func (r *FluentBitConfigReconciler) ListNamespacedResources(ctx context.Context, cfg fluentbitv1alpha2.FluentBitConfig) (fluentbitv1alpha2.FilterList, fluentbitv1alpha2.OutputList, ...) + func (r *FluentBitConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *FluentBitConfigReconciler) SetupWithManager(mgr ctrl.Manager) error + type FluentBitReconciler struct + ContainerLogRealPath string + Log logr.Logger + Namespaced bool + Scheme *runtime.Scheme + func (r *FluentBitReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *FluentBitReconciler) SetupWithManager(mgr ctrl.Manager) error + type FluentdConfigReconciler struct + Log logr.Logger + Scheme *runtime.Scheme + func (r *FluentdConfigReconciler) CfgsForFluentd(ctx context.Context, cfgs fluentdv1alpha1.FluentdConfigList, ...) error + func (r *FluentdConfigReconciler) CheckAllState(cfgs fluentdv1alpha1.FluentdConfigList, ...) (fluentdv1alpha1.StatusState, string) + func (r *FluentdConfigReconciler) ClusterCfgsForFluentd(ctx context.Context, clustercfgs fluentdv1alpha1.ClusterFluentdConfigList, ...) error + func (r *FluentdConfigReconciler) ListClusterLevelResources(ctx context.Context, ...) ([]fluentdv1alpha1.ClusterInput, []fluentdv1alpha1.ClusterFilter, ...) + func (r *FluentdConfigReconciler) ListNamespacedLevelResources(ctx context.Context, namespace string, ...) ([]fluentdv1alpha1.Input, []fluentdv1alpha1.Filter, []fluentdv1alpha1.Output, ...) + func (r *FluentdConfigReconciler) PatchObjects(ctx context.Context, obj client.Object, state fluentdv1alpha1.StatusState, ...) error + func (r *FluentdConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *FluentdConfigReconciler) SetupWithManager(mgr ctrl.Manager) error + type FluentdReconciler struct + Log logr.Logger + Scheme *runtime.Scheme + func (r *FluentdReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *FluentdReconciler) SetupWithManager(mgr ctrl.Manager) error Other modules containing this package github.com/fluent/fluent-operator github.com/fluent/fluent-operator/v2