# Functions

Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

HTTPRouteMethodAll is a wildcard for all HTTP methods.
HTTPRouteMethodConnect HTTP CONNECT method.
HTTPRouteMethodDelete HTTP DELETE method.
HTTPRouteMethodGet HTTP GET method.
HTTPRouteMethodHead HTTP HEAD method.
HTTPRouteMethodOptions HTTP OPTIONS method.
HTTPRouteMethodPatch HTTP PATCH method.
HTTPRouteMethodPost HTTP POST method.
HTTPRouteMethodPut HTTP PUT method.
HTTPRouteMethodTrace HTTP TRACE method.

# Variables

AddToScheme applies all the stored functions to the scheme.
SchemeBuilder collects functions that add things to a scheme.
SchemeGroupVersion is the identifier for the API which includes the name of the group and the version of the API.

# Structs

HTTPMatch defines an individual route for HTTP traffic.
HTTPRouteGroup is used to describe HTTP/1 and HTTP/2 traffic.
HTTPRouteGroupList satisfy K8s code gen requirements.
TCPRoute is used to describe TCP inbound connections.
TCPRouteList satisfy K8s code gen requirements.

# Type aliases

HTTPRouteMethod are methods allowed by the route.