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 GetClusterOutputs(labels map[string]string) []*fluentbitv1alpha2.ClusterOutput
- func GetClusterParsers(labels map[string]string) []*fluentbitv1alpha2.ClusterParser
- func GetFluentBit(labels map[string]string, ...) *fluentbitv1alpha2.FluentBit
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 GetClusterOutputs ¶
func GetClusterOutputs(labels map[string]string) []*fluentbitv1alpha2.ClusterOutput
GetClusterOutputs returns the ClusterOutputs 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 GetFluentBit ¶
func GetFluentBit(labels map[string]string, fluentBitName, namespace, image, initImage, priorityClass string) *fluentbitv1alpha2.FluentBit
GetFluentBit returns instance of FluentBit custom resource.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.