label

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Components
	Cluster = ginkgo.Label("c:Cluster")
	PD      = ginkgo.Label("c:PD")
	TiDB    = ginkgo.Label("c:TiDB")
	TiKV    = ginkgo.Label("c:TiKV")
	TiFlash = ginkgo.Label("c:TiFlash")
	TiCDC   = ginkgo.Label("c:TiCDC")
	TiProxy = ginkgo.Label("c:TiProxy")

	// Priority
	P0 = ginkgo.Label("P0")
	P1 = ginkgo.Label("P1")
	P2 = ginkgo.Label("P2")

	// Operations
	Update  = ginkgo.Label("op:Update")
	Scale   = ginkgo.Label("op:Scale")
	Suspend = ginkgo.Label("op:Suspend")
	Delete  = ginkgo.Label("op:Delete")

	// Env
	MultipleAZ = ginkgo.Label("env:MultipleAZ")

	// Feature
	// TODO(liubo02): prefix 'f:' will be used for feature gates,
	// rename these features labels
	FeatureTLS          = ginkgo.Label("f:TLS")
	FeatureAuthToken    = ginkgo.Label("f:AuthToken")
	FeatureBootstrapSQL = ginkgo.Label("f:BootstrapSQL")
	FeatureHotReload    = ginkgo.Label("f:HotReload")
	FeaturePDMS         = ginkgo.Label("f:PDMS")

	// Mode
	ModeDisaggregatedTiFlash = ginkgo.Label("m:DisaggregatedTiFlash")

	// Overlay
	OverlayEphemeralVolume = ginkgo.Label("o:EphemeralVolume")

	// Kind
	//
	// KindExample are tests for example dir
	KindExample = ginkgo.Label("k:Example")
	// KindBasic are basic tests
	KindBasic = ginkgo.Label("k:Basic")
	// KindBR are tests for br
	KindBR = ginkgo.Label("k:BR")
	// KindAvail are tests to test availablity
	KindAvail = ginkgo.Label("k:Avail")
)

Functions

func Features

func Features(fs ...metav1alpha1.Feature) ginkgo.Labels

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL