knative/func

func describe ignores extensions on the trigger

matzew opened this issue · 2 comments

matzew commented

Doing func subscribe for a few attributes/extensions, like:

func subscribe --filter type=com.example --filter extension=my-extension-value --source my-broker

Results in the correct trigger:

...
  spec:
    broker: my-broker
    filter:
      attributes:
        extension: my-extension-value
        type: com.example
    subscriber:
...

However, func describe is not showing the extensions:

func describe
Function name:
  app4
Function is built in image:
  
Function is deployed in namespace:
  default
Routes:
  http://app4.default.svc.cluster.local
Subscriptions (Source, Type, Broker):
   com.example my-broker

Should we enhance this a bit, since we now are able to create subscriptions (aka Triggers)?

Yes, I believe that we will need to steadily add to func describe as more features are added to the areas it reports.

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.