karmada/test/e2e/suite.go

7 lines
139 B
Go

package e2e
const (
// NeedCreateCluster define the spec label that need to create a cluster.
NeedCreateCluster = "needCreateCluster"
)