labels

package
v0.35.2 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package labels lists the Ginkgo labels used across the e2e-next suite. Use them with --label-filter="..." to pick which suites run. Each suite_*_test.go file tags its outer Describe with its primary label.

Index

Constants

This section is empty.

Variables

View Source
var (
	// PR is applied to suites that gate every PR.
	PR = Label("pr")

	// Feature-area labels.
	Core        = Label("core")
	Sync        = Label("sync")
	Integration = Label("integration")
	Deploy      = Label("deploy")
	Storage     = Label("storage")
	Security    = Label("security")

	// Resource-specific labels for targeted filtering inside sync tests.
	PriorityClasses = Label("priorityclasses")
	RuntimeClasses  = Label("runtimeclasses")
	StorageClasses  = Label("storageclasses")
	IngressClasses  = Label("ingressclasses")
	GatewayAPI      = Label("gatewayapi")
	GatewayClasses  = Label("gatewayclasses")
	ConfigMaps      = Label("configmaps")
	Secrets         = Label("secrets")
	NetworkPolicies = Label("networkpolicies")
	Pods            = Label("pods")
	PVCs            = Label("pvcs")
	Events          = Label("events")
	CoreDNS         = Label("coredns")
	Webhooks        = Label("webhooks")
	Snapshots       = Label("snapshots")

	// Suite-primary labels (one per opt-in suite).
	Scheduler        = Label("scheduler")
	MetricsProxy     = Label("metricsproxy")
	Certs            = Label("certs")
	Rootless         = Label("rootless")
	Isolation        = Label("isolation")
	NodeSync         = Label("nodesync")
	Plugin           = Label("plugin")
	CLI              = Label("cli")
	ExportKubeConfig = Label("exportkubeconfig")
	Migration        = Label("migration")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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