package
1.47.0
Repository: https://github.com/googleforgames/agones.git
Documentation: pkg.go.dev

# Functions

AcceptedSerializer takes the request, and returns a serialiser (if it exists) for the given codec factory and for the Accepted media types.
NewAPIServer returns a new API Server from the given Mux.

# Constants

AcceptHeader = "Accept".
ContentTypeHeader = "Content-Type".
ListMaxCapacity is the maximum capacity for List in the gamerserver spec and status CRDs.

# Variables

Codecs for unversioned types - such as APIResourceList, and Status.
Scheme scheme for unversioned types - such as APIResourceList, and Status.

# Structs

APIServer is a lightweight library for registering, and providing handlers for Kubernetes APIServer extensions.

# Type aliases

CRDHandler is a http handler, that gets passed the Namespace it's working on, and returns an error if a server error occurs.