internal/utils/controller/const.go (10 lines of code) (raw):

package controller const ( LabelNameCacheKey = "operation-cache-controller.azure.github.com/cache-key" ) const ( AnnotationNameCacheMode = "operation-cache-controller.azure.github.com/cache-mode" AnnotationNameCacheKey = "operation-cache-controller.azure.github.com/cache-key" AnnotationValueTrue = "true" AnnotationValueFalse = "false" )