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

# Packages

Package eviction implements a generic SetEviction interface for cloud products.
Package generic implements generic cloud product hooks.
Package gke implements the GKE cloud product (specifically Autopilot for now).

# Functions

BindEnv binds the CLOUD_PRODUCT env variable.
BindFlags binds the --cloud-product flag.
NewFromFlag instantiates a new CloudProduct interface from the flags in BindFlags/BindEnv.

# Interfaces

ControllerHooksInterface provides a generic interface that abstracts cloud product specific functionality for pkg/controller packages.