Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RolloutKey defines the key for the rollout field RolloutKey = "rollout" // ExperimentKey defines the key for the experiment field ExperimentKey = "experiment" // AnalysisRunKey defines the key for the analysisrun field AnalysisRunKey = "analysisrun" // ServiceKey defines the key for the service field ServiceKey = "service" // IngressKey defines the key for the ingress field IngressKey = "ingress" // NamespaceKey defines the key for the namespace field NamespaceKey = "namespace" )
Variables ¶
This section is empty.
Functions ¶
func WithAnalysisRun ¶ added in v0.6.0
func WithAnalysisRun(ar *v1alpha1.AnalysisRun) *log.Entry
WithAnalysisRun returns a logging context for AnalysisRun
func WithExperiment ¶ added in v0.5.0
func WithExperiment(experiment *v1alpha1.Experiment) *log.Entry
WithExperiment returns a logging context for Experiments
func WithRedactor ¶ added in v0.8.0
WithRedactor returns a log entry with the inputted secret values redacted
Types ¶
type RedactorFormatter ¶ added in v0.8.0
type RedactorFormatter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.