Documentation ¶
Index ¶
- func GetClusterFilters(configName string, labels map[string]string) []*fluentbitv1alpha2.ClusterFilter
- func GetClusterFluentBitConfig(fluentBitName string, matchLabels map[string]string) *fluentbitv1alpha2.ClusterFluentBitConfig
- func GetClusterInputs(labels map[string]string) []*fluentbitv1alpha2.ClusterInput
- func GetClusterParsers(labels map[string]string) []*fluentbitv1alpha2.ClusterParser
- func GetDefaultClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
- func GetDynamicClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
- func GetFluentBit(labels map[string]string, ...) *fluentbitv1alpha2.FluentBit
- func GetStaticClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterFilters ¶
func GetClusterFilters(configName string, labels map[string]string) []*fluentbitv1alpha2.ClusterFilter
GetClusterFilters returns the ClusterFilters used by the Fluent Operator.
func GetClusterFluentBitConfig ¶
func GetClusterFluentBitConfig(fluentBitName string, matchLabels map[string]string) *fluentbitv1alpha2.ClusterFluentBitConfig
GetClusterFluentBitConfig returns the ClusterFluentBitConfig used by the Fluent Operator.
func GetClusterInputs ¶
func GetClusterInputs(labels map[string]string) []*fluentbitv1alpha2.ClusterInput
GetClusterInputs Returns the ClusterInputs used by the Fluent Operator.
func GetClusterParsers ¶
func GetClusterParsers(labels map[string]string) []*fluentbitv1alpha2.ClusterParser
GetClusterParsers returns the ClusterParsers used by the Fluent Operator.
func GetDefaultClusterOutput ¶
func GetDefaultClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
GetDefaultClusterOutput returns the default ClusterOutput used by the Fluent Operator.
func GetDynamicClusterOutput ¶
func GetDynamicClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
GetDynamicClusterOutput returns the dynamic fluent-bit-to-vali output used by the Fluent Operator.
func GetFluentBit ¶
func GetFluentBit(labels map[string]string, fluentBitName, namespace, image, initImage, priorityClass string) *fluentbitv1alpha2.FluentBit
GetFluentBit returns instance of FluentBit custom resource.
func GetStaticClusterOutput ¶
func GetStaticClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
GetStaticClusterOutput returns the static fluent-bit-to-vali output used by the Fluent Operator.
Types ¶
This section is empty.