layer1: derive namespace phases step 10
This commit is contained in:
@@ -2,6 +2,12 @@ package utils
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
NamespacePartStateRegistering string = "registering"
|
||||
NamespacePartStateActive string = "active"
|
||||
NamespacePartStateFailed string = "failed"
|
||||
)
|
||||
|
||||
type NamespacePhase string
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user