provider

package
v0.0.0-...-764ac46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	GoogleProjectId   string
	GoogleManagedZone string
}

type DnsClient

type DnsClient interface {
	SetGameServerExternalDns(hostname string, gs *agonesv1.GameServer) error
	RemoveGameServerExternalDns(hostname string, gs *agonesv1.GameServer) error
	SetNodeExternalDns(hostname string, node *corev1.Node) error
	RemoveNodeExternalDns(hostname string, node *corev1.Node) error
	IgnoreClientError(err error) error
	IgnoreAlreadyExists(err error) error
}

type ServerResponse

type ServerResponse struct {
	HTTPStatusCode int
	Header         http.Header
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL