Documentation ¶
Index ¶
Constants ¶
View Source
const (
LogAnnotationsBuilder = "log_annotations"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomPath ¶
type CustomPath struct {
Enabled bool `config:"enabled"`
}
type LogPathConfig ¶
type LogPathConfig struct { Prefix string `config:"prefix"` BaseProspectorConfig common.MapStr `config:"base_prospector_config"` LogsPath string `config:"logs_path"` DefaultNamespace string `config:"default_namespace"` CustomPath CustomPath `config:"custom_path"` }
func DefaultLogPathConfig ¶
func DefaultLogPathConfig() LogPathConfig
type PodLogAnnotationBuilder ¶
type PodLogAnnotationBuilder struct {
// contains filtered or unexported fields
}
PodLogAnnotationBuilder implements default modules based on pod annotations
func (*PodLogAnnotationBuilder) BuildModuleConfigs ¶
func (l *PodLogAnnotationBuilder) BuildModuleConfigs(obj interface{}) []*dcommon.ConfigHolder
func (*PodLogAnnotationBuilder) Name ¶
func (l *PodLogAnnotationBuilder) Name() string
Click to show internal directories.
Click to hide internal directories.