testlabels

package
v1.6.1-0...-f207c0f Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Kind is the label key used to store the primary kind that's being tested.
	Kind                  = "kind"
	KindUDPRoute          = "UDPRoute"
	KindTCPRoute          = "TCPRoute"
	KindTLSRoute          = "TLSRoute"
	KindHTTPRoute         = "HTTPRoute"
	KindGRPCRoute         = "GRPCRoute"
	KindBackendTLSPolicy  = "BackendTLSPolicy"
	KindIngress           = "Ingress"
	KindKongServiceFacade = "KongServiceFacade"

	KindKongUpstreamPolicy = "KongUpstreamPolicy"
	KindKongLicense        = "KongLicense"
	KindKongCustomEntity   = "KongCustomEntity"
	KindKongPlugin         = "KongPlugin"
)
View Source
const (
	// NetworkingFamily is the label key used to store the networking family of
	// resources that are being tests.
	//
	// Possible, values: "gatewayapi", "ingress".
	NetworkingFamily           = "networkingfamily"
	NetworkingFamilyGatewayAPI = "gatewayapi"
	NetworkingFamilyIngress    = "ingress"
)
View Source
const (
	// Example is the label key used to indicate whether the test is testing
	// example manifests.
	Example     = "example"
	ExampleTrue = "true"
)

Variables

This section is empty.

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