We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1482a31 + 2c0c44a commit ffbe4b4Copy full SHA for ffbe4b4
api/v1beta1/barbican_webhook.go
@@ -229,7 +229,7 @@ func (spec *BarbicanSpecCore) GetDefaultRouteAnnotations() (annotations map[stri
229
}
230
231
// SetDefaultRouteAnnotations sets HAProxy timeout values for Barbican API routes
232
-func (spec *BarbicanAPITemplateCore) SetDefaultRouteAnnotations(annotations map[string]string) {
+func (spec *BarbicanSpecCore) SetDefaultRouteAnnotations(annotations map[string]string) {
233
const haProxyAnno = "haproxy.router.openshift.io/timeout"
234
// Use a custom annotation to flag when the operator has set the default HAProxy timeout
235
// With the annotation func determines when to overwrite existing HAProxy timeout with the APITimeout
0 commit comments