Documentation ¶
Index ¶
- func GetClusterFilters(configName string, labels map[string]string) []*fluentbitv1alpha2.ClusterFilter
- 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 GetStaticClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
- func New(client client.Client, namespace string, values Values) component.DeployWaiter
- type Values
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 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 GetStaticClusterOutput ¶
func GetStaticClusterOutput(labels map[string]string) *fluentbitv1alpha2.ClusterOutput
GetStaticClusterOutput returns the static fluent-bit-to-vali output used by the Fluent Operator.
Types ¶
type Values ¶
type Values struct { Suffix string Inputs []*fluentbitv1alpha2.ClusterInput Filters []*fluentbitv1alpha2.ClusterFilter Parsers []*fluentbitv1alpha2.ClusterParser Outputs []*fluentbitv1alpha2.ClusterOutput }
Values are the values for the custom resources.
Click to show internal directories.
Click to hide internal directories.