Skip to content

Commit

Permalink
refactor import sequence and fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: lmxia <[email protected]>
  • Loading branch information
lmxia committed Aug 5, 2024
1 parent 793f8f3 commit 0615857
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pkg/known/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@ package known
import "time"

const (
LabelValueManagedBy = "mcs.nauti.io"
OriginName = "origin-name"
OriginNamespace = "origin-namespace"
LabelSourceNamespace = "submariner-io/originatingNamespace"
LabelSourceCluster = "syncer.nauti.io/sourceCluster"
LabelSourceName = "syncer.nauti.io/sourceName"
LabelOriginNameSpace = "syncer.nauti.io/sourceNamespace"
LabelValueManagedBy = "mcs.nauti.io"
)

const (
MaxNamespaceLength = 10
MaxNameLength = 10
MaxClusternName = 10
)

type RouteOperation int
Expand Down

0 comments on commit 0615857

Please sign in to comment.