helpers

package
v0.0.0-...-07e42da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// FrameworkOptionWithDefaultTLSCiphers is a reusable test helper with default minTLS and Ciphers
	FrameworkOptionWithDefaultTLSCiphers = framework.Options{
		framework.MinTLSVersion: string(tls.DefaultMinTLSVersion),
		framework.Ciphers:       strings.Join(tls.DefaultTLSCiphers, ","),
	}
)

Functions

func NewClusterLogging

func NewClusterLogging(componentTypes ...LogComponentType) *cl.ClusterLogging

Types

type ConfGenerateTest

type ConfGenerateTest struct {
	Desc    string
	CLFSpec obs.ClusterLogForwarderSpec
	CLSpec  obs.CollectorSpec
	// key:Output Name, value: secret for the Output
	Secrets      map[string]*corev1.Secret
	Options      framework.Options
	ExpectedConf string
}

type LogComponentType

type LogComponentType string
const (
	ComponentTypeStore                          LogComponentType = "LogStore"
	ComponentTypeVisualization                  LogComponentType = "Visualization"
	ComponentTypeCollector                      LogComponentType = "collector"
	ComponentTypeCollectorFluentd               LogComponentType = "collector-fluentd"
	ComponentTypeCollectorVector                LogComponentType = "collector-vector"
	ComponentTypeCollectorDeployment            LogComponentType = "collector-deployment"
	ComponentTypeReceiverElasticsearchRHManaged LogComponentType = receiverses.ManagedLogStore
)

Directories

Path Synopsis
package fluentd provides a fluentd receiver for use in e2e forwarding tests.
package fluentd provides a fluentd receiver for use in e2e forwarding tests.
schema

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL