You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ResponseOverride defines the configuration to override specific responses with a custom one.
784
797
// +kubebuilder:validation:XValidation:rule="(has(self.response) && !has(self.redirect)) || (!has(self.response) && has(self.redirect))",message="exactly one of response or redirect must be specified"
785
798
typeResponseOverridestruct {
@@ -789,6 +802,14 @@ type ResponseOverride struct {
0 commit comments