# Functions
AddSecretSelector adds a selector to a cache.SelectorsByObject that filters Secrets so that only those labelled as part of the environment get cached.
NewSecretManager returns a new SecretManager.
# Constants
DeprecatedSecretFinalizer contains the old string.
LabelEnvironmentName is used as key of the label for secrets that should be included in cache.
LabelEnvironmentValue is the value of the label for secrets that should be included in cache.
SecretFinalizer is the finalizer for secrets.
# Structs
HCloudTokenValidationError is returned when the HCloud token in Hetzner secret is invalid.
ResolveSecretRefError is returned when the secret for a host is defined but cannot be found.
SecretManager is a type for fetching Secrets whether or not they are in the client cache, labelling so that they will be included in the client cache, and optionally setting an owner reference.