mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-04-15 20:07:30 +02:00
Allow finer control for omit tagged jobs in retention policies
This commit is contained in:
@@ -26,8 +26,8 @@ type Retention struct {
|
||||
Policy string `json:"policy"`
|
||||
Format string `json:"format"`
|
||||
Age int `json:"age"`
|
||||
IncludeDB bool `json:"includeDB"`
|
||||
OmitTagged bool `json:"omitTagged"`
|
||||
IncludeDB bool `json:"include-db"`
|
||||
OmitTagged string `json:"omit-tagged"`
|
||||
TargetKind string `json:"target-kind"`
|
||||
TargetPath string `json:"target-path"`
|
||||
TargetEndpoint string `json:"target-endpoint"`
|
||||
|
||||
Reference in New Issue
Block a user