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 ¶
This section is empty.
Types ¶
type ConfGenerateTest ¶
type LogComponentType ¶
type LogComponentType string
const ( ComponentTypeStore LogComponentType = "LogStore" ComponentTypeVisualization LogComponentType = "Visualization" ComponentTypeCollector LogComponentType = "collector" 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. |
outputs
|
|
schema
|
|
Click to show internal directories.
Click to hide internal directories.