layer1: formalize namespace removal strategy
This commit is contained in:
@@ -41,6 +41,13 @@ const (
|
||||
NamespaceEventResync NamespaceEventType = "resync"
|
||||
)
|
||||
|
||||
type NamespaceRemovalStrategy string
|
||||
|
||||
const (
|
||||
NamespaceRemovalStrategyTrackOnly NamespaceRemovalStrategy = "track-only"
|
||||
NamespaceRemovalStrategyDispatchRemove NamespaceRemovalStrategy = "dispatch-remove"
|
||||
)
|
||||
|
||||
type NamespacePartState struct {
|
||||
State string
|
||||
LastError string
|
||||
|
||||
Reference in New Issue
Block a user