🔨 Add REPLAY_DISABLED field to ConfigMap

This commit is contained in:
M. Mert Yildiran
2023-12-25 17:34:38 +03:00
parent 15f7a3559a
commit 51968f2aae
4 changed files with 4 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ type TapConfig struct {
NoKernelModule bool `yaml:"noKernelModule" json:"noKernelModule" default:"false"`
Telemetry TelemetryConfig `yaml:"telemetry" json:"telemetry"`
DefaultFilter string `yaml:"defaultFilter" json:"defaultFilter"`
ReplayDisabled bool `yaml:"replayDisabled" json:"replayDisabled" default:"false"`
}
func (config *TapConfig) PodRegex() *regexp.Regexp {