mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-02 17:30:19 +00:00
11 lines
471 B
Go
11 lines
471 B
Go
package options
|
|
|
|
var (
|
|
// ConfigmapUpdateOnChangeAnnotation is an annotation to detect changes in configmaps
|
|
ConfigmapUpdateOnChangeAnnotation = "configmap.reloader.stakater.com/reload"
|
|
// SecretUpdateOnChangeAnnotation is an annotation to detect changes in secrets
|
|
SecretUpdateOnChangeAnnotation = "secret.reloader.stakater.com/reload"
|
|
// ReloaderAutoAnnotation is an annotation to detect changes in secrets
|
|
ReloaderAutoAnnotation = "reloader.stakater.com/auto"
|
|
)
|