Versions in this module Expand all Collapse all v2 v2.2.0 Mar 9, 2023 Changes in this version + const BufferMountPath + const CollecotrMetricsPort + const CollecotrMetricsPortName + const CollecotrTCPProtocolName + const DefaultForwardName + const DefaultForwardPort + const DefaultHttpName + const DefaultHttpPort + const FluentBitMetricsPortName + const FluentBitTCPProtocolName + const FluentdForwardPortName + const FluentdHttpPortName + const FluentdMountPath + const InputForwardType + const InputHttpType + const MetricsName + const MetricsPort + const SecretVolName + var DefaultBufferPath = "/buffers/fluentbit/log" + func FlunetbitBufferMountPath(co fluentbitv1alpha2.Collector) string + func MakeCollecotrService(co fluentbitv1alpha2.Collector) corev1.Service + func MakeDaemonSet(fb fluentbitv1alpha2.FluentBit, logPath string) appsv1.DaemonSet + func MakeFluentbitPVC(co fluentbitv1alpha2.Collector) corev1.PersistentVolumeClaim + func MakeFluentbitService(fb fluentbitv1alpha2.FluentBit) corev1.Service + func MakeFluentdPVC(fd fluentdv1alpha1.Fluentd) corev1.PersistentVolumeClaim + func MakeFluentdService(fd fluentdv1alpha1.Fluentd) corev1.Service + func MakeRBACObjects(name, namespace, component string, additionalRules []rbacv1.PolicyRule) (*rbacv1.ClusterRole, *corev1.ServiceAccount, *rbacv1.ClusterRoleBinding) + func MakeScopedRBACObjects(fbName, fbNamespace string) (*rbacv1.Role, *corev1.ServiceAccount, *rbacv1.RoleBinding) + func MakeStatefulset(fd fluentdv1alpha1.Fluentd) appsv1.StatefulSet + func MakefbStatefuset(co fluentbitv1alpha2.Collector) appsv1.StatefulSet