summaryrefslogtreecommitdiff
path: root/robusta_krr/core
diff options
context:
space:
mode:
authorNatan Yellin <aantn@users.noreply.github.com>2024-03-26 09:23:24 +0200
committerGitHub <noreply@github.com>2024-03-26 09:23:24 +0200
commitfaa69edc547d36bfa7ad4edf5f5ea79906cb90de (patch)
treebe620d12dd72648200bbbfe32a4d062c73e2876a /robusta_krr/core
parentc89a0037cf47a06cdcfb73ce46f2bf07a90779d4 (diff)
for dgdevops :) (#243)
Diffstat (limited to 'robusta_krr/core')
-rw-r--r--robusta_krr/core/models/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/robusta_krr/core/models/config.py b/robusta_krr/core/models/config.py
index dd84423..36787d4 100644
--- a/robusta_krr/core/models/config.py
+++ b/robusta_krr/core/models/config.py
@@ -52,6 +52,7 @@ class Config(pd.BaseSettings):
# Logging Settings
format: str
+ show_cluster_name: bool
strategy: str
log_to_stderr: bool
width: Optional[int] = pd.Field(None, ge=1)