Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-59940

ConsoleCLIDownloads CRD has incorrect additionalPrinterColumns entry

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 4.21.0
    • 4.21.0
    • Management Console
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The ConsoleCLIDownloads CRD has an `additionalPrinterColumns` entry for `Age` that has the incorrect `type`. The correct `type` is `date`.

       - name: Age
        type: string
        jsonPath: .metadata.creationTimestamp
      

      should be changed to

       - name: Age
        type: date
        jsonPath: .metadata.creationTimestamp
      

              rh-ee-kragarwa Krish Agarwal
              rhn-engineering-rhamilto Robb Hamilton
              None
              None
              YaDan Pei YaDan Pei
              None
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: