There was an error while loading. Please reload this page.
Spec.AutoDelete
Spec.Durable
1 parent 70bf6d8 commit fe2812dCopy full SHA for fe2812d
api/v1beta1/exchange_webhook.go
@@ -83,7 +83,7 @@ func (e *Exchange) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Obje
83
if newExchange.Spec.Durable != oldExchange.Spec.Durable {
84
allErrs = append(allErrs, field.Invalid(
85
field.NewPath("spec", "durable"),
86
-newExchange.Spec.AutoDelete,
+newExchange.Spec.Durable,
87
"durable cannot be updated",
88
))
89
}
0 commit comments