Uploaded image for project: 'OpenShift Dev Console'
  1. OpenShift Dev Console
  2. ODC-5343

Event listeners page is broken with latest Triggers 0.10.x

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Undefined Undefined
    • None
    • None
    • UI
    • False
    • False
    • Undefined
    • Not Supported

      Description of problem:

      In TP 1.3 operator with Triggers 0.10.x, Event listener has the ability to serve across the namespaces usingĀ  the new `namespaceSelector` field, which is not currently supported in the UI.

      Prerequisites (if any, like setup, operators/versions):

      Openshift pipelines operator - TP1.3

      Steps to Reproduce

      1. Create a namespace and an event listener using the below yamls.
      apiVersion: v1
      kind: Namespace
      metadata:
        name: bar

      eventlistener.yaml

      apiVersion: triggers.tekton.dev/v1alpha1
      kind: EventListener
      metadata:
        name: listener-sel
        namespace: foo
      spec:
        namespaceSelector:
          matchNames:
          - bar

      Actual results:

      UI is broken with a NPE

      Expected results:

      UI should not break with the latest event listener API changes.

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Build Details:

      Additional info:

            Unassigned Unassigned
            karthik.jk Karthik Jeeyar
            Gajanan More Gajanan More (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: