# Functions

No description provided by the author

# Constants

LabelServiceUID is a label added to the Hetzner Cloud backend to uniquely identify a load balancer managed by Hetzner Cloud Cloud Controller Manager.

# Variables

ErrAlreadyExists signals that the resource creation failed, because the resource already exists.
ErrNonUniqueResult signals that more than one matching item was returned by the Hetzner Cloud backend was returned where only one item was expected.
ErrNotFound signals that an item was not found by the Hetzner Cloud backend.

# Structs

AllServersCache caches the result of the LoadFunc and provides random access to servers using select hcloud.Server attributes.
CertificateOps implements all operations regarding Hetzner Cloud Certificates.
LoadBalancerOps implements all operations regarding Hetzner Cloud Load Balancers.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
HCloudCertificateClient defines the hcloud-go function related to certificate management.
HCloudLoadBalancerClient defines the hcloud-go functions required by the Load Balancer operations type.
No description provided by the author