Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.