generated from TrueCloudLab/basic
Extend LocalOverrideStorage
interface with target listing methods #43
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#43
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LocalOverrideStorage interface lacks a method that allows to list targets for which local overrides are set.
It is suggested to introduce a method like that:
After this method will be introduced, it is required to implement it in frostfs-node's chain base
ListOverrideDefinedTargets
#922