Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Make status.address optional in the KafkaChannel CRD (#869)
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Ok <[email protected]>
  • Loading branch information
knative-prow-robot and aliok authored Sep 23, 2021
1 parent e322f15 commit bd92902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/channel/resources/kafkachannel-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ spec:
status:
description: Status represents the current state of the KafkaChannel. This data may be out of date.
type: object
required:
- address
properties:
address:
type: object
Expand Down

0 comments on commit bd92902

Please sign in to comment.