package
0.0.0-20230706093527-1d63875abfa1
Repository: https://github.com/piperipheral/reloader-custom.git
Documentation: pkg.go.dev

# Constants

AnnotationsReloadStrategy instructs Reloader to add pod template annotations to facilitate a restart.
ConfigmapEnvVarPostfix is a postfix for configmap envVar.
DefaultHttpListenAddr is the default listening address for global http server.
EnvVarPrefix is a Prefix for environment variable.
EnvVarsReloadStrategy instructs Reloader to add container environment variables to facilitate a restart.
LastReloadedFromAnnotation is an annotation used to describe the last resource that triggered a reload.
Leadership election related consts.
NoContainerFound is returned when no environment variable is found.
NoEnvVarFound is returned when no environment variable is found.
NotUpdated is returned when environment variable is found but had value equals to the new value.
Leadership election related consts.
Leadership election related consts.
ReloaderAnnotationPrefix is a Prefix for all reloader annotations.
ReloadStrategyFlag The reload strategy flag name.
SecretEnvVarPostfix is a postfix for secret envVar.
Updated is returned when environment variable is created/updated.

# Type aliases

Result is a status for deployment update.