Crate agones

source ·

Structs

Constants

Functions

  • Creates a Service account and related RBAC objects to enable a process to query Agones and ConfigMap resources within a cluster
  • Return a ConfigMap that has a standard testing Token Router configuration
  • Create a Fleet, and pick on it’s GameServers and add the token to it. Returns the details of the GameServer that has been selected.
  • Returns a Fleet of 3 replicas of the UDP testing GameServer
  • Returns a test GameServer with the UDP test binary that is used for Agones e2e tests.
  • Convenience function to return the address with the first port of GameServer
  • Condition to wait for a Deployment to have all the replicas it is expecting to be ready.
  • Condition to wait for a Fleet to have all the replicas it is expecting to be ready.
  • Condition to wait for a GameServer to become Ready.
  • Return a ConfigMap in the format that Quilkin expects it to be able to consume the config yaml.
  • Returns a container for Quilkin, with an optional volume mount name
  • Create a Deployment with a singular Quilkin proxy, and return it’s address. The name variable is used as role={name} for label lookup.