diff --git a/pkg/apis/eventing/v1alpha1/trigger_types.go b/pkg/apis/eventing/v1alpha1/trigger_types.go index 44c19988818..a68109bddbc 100644 --- a/pkg/apis/eventing/v1alpha1/trigger_types.go +++ b/pkg/apis/eventing/v1alpha1/trigger_types.go @@ -123,7 +123,7 @@ type TriggerStatus struct { duckv1.Status `json:",inline"` // SubscriberURI is the resolved URI of the receiver for this Trigger. - SubscriberURI *apis.URL `json:"subscriberURI,omitempty"` + SubscriberURI *apis.URL `json:"subscriberUri,omitempty"` } // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object