diff --git a/config/300-eventlistener.yaml b/config/300-eventlistener.yaml index 28aa14465..59d7ec47a 100644 --- a/config/300-eventlistener.yaml +++ b/config/300-eventlistener.yaml @@ -42,3 +42,13 @@ spec: subresources: status: {} version: v1alpha1 + additionalPrinterColumns: + - name: Address + type: string + JSONPath: .status.address.url + - name: Available + type: string + JSONPath: ".status.conditions[?(@.type=='Available')].status" + - name: Reason + type: string + JSONPath: ".status.conditions[?(@.type=='Available')].reason" \ No newline at end of file