Skip to content

Commit

Permalink
Define status.deadLetterSinkUri in KafkaChannel CRD (#1137)
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Ok <aliok@redhat.com>
  • Loading branch information
knative-prow-robot and aliok committed Mar 17, 2022
1 parent 066ff15 commit 3f4f06f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/channel/resources/kafkachannel-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ spec:
namespace:
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.'
type: string
deadLetterSinkUri:
description: DeadLetterSinkURI is the resolved URI of the dead letter ref if one is specified in the Spec.Delivery.
type: string
observedGeneration:
description: ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
type: integer
Expand Down

0 comments on commit 3f4f06f

Please sign in to comment.