package
Version:
v0.34.2
Opens a new window with list of versions in this module.
Published: Oct 15, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
EnableLoggingFlag bool
EnableTracingFlag bool
DefaultLoggingAgent string
DefaultKubeEventsLogger string
InstallationName string
InsecureCA bool
}
Config holds the global configuration for the logging operator
This replaces the loggedcluster.Options struct
func NewConfig(enableLogging, enableTracing bool, loggingAgent, eventsLogger, installationName string, insecureCA bool) *Config
NewConfig creates a new Config instance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.