# Functions

NewConformanceTestSuite is a helper to use for creating a new ConformanceTestSuite.
ParseConformanceProfiles parses flag arguments and converts the string to sets.Set[ConformanceProfileName].
ParseImplementation parses implementation-specific flag arguments and creates a *confv1a1.Implementation.
ParseKeyValuePairs parses flag arguments and converts the string to map[string]string containing label key/value pairs.
ParseSkipTests parses flag arguments and converts the string to []string containing the tests to be skipped.
ParseSupportedFeatures parses flag arguments and converts the string to sets.Set[features.SupportedFeature].
RegisterConformanceProfile allows downstream tests to register unique profiles that define their own set of features.

# Constants

GatewayGRPCConformanceProfileName indicates the name of the conformance profile which covers GRPC functionality with Gateways.
GatewayHTTPConformanceProfileName indicates the name of the conformance profile which covers HTTP functionality with Gateways.
GatewayTLSConformanceProfileName indicates the name of the conformance profile which covers TLS stream functionality with Gateways.
MeshGRPCConformanceProfileName indicates the name of the conformance profile which covers GRPC functionality with service mesh.
MeshHTTPConformanceProfileName indicates the name of the conformance profile which covers HTTP functionality with service mesh.

# Variables

GatewayGRPCConformanceProfile is a ConformanceProfile that covers testing GRPC related functionality with Gateways.
GatewayHTTPConformanceProfile is a ConformanceProfile that covers testing HTTP related functionality with Gateways.
GatewayTLSConformanceProfile is a ConformanceProfile that covers testing TLS related functionality with Gateways.
MeshGRPCConformanceProfile is a ConformanceProfile that covers testing GRPC service mesh related functionality.
MeshHTTPConformanceProfile is a ConformanceProfile that covers testing HTTP service mesh related functionality.

# Structs

Options can be used to initialize a ConformanceTestSuite.
ConformanceProfile is a group of features that have a related purpose, e.g.
ConformanceTest is used to define each individual conformance test.
ConformanceTestSuite defines the test suite used to run Gateway API conformance tests.

# Type aliases

No description provided by the author