-
Bug
-
Resolution: Unresolved
-
Normal
-
4.21.0
-
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
- blocks
-
OCPBUGS-62256 ConsoleCLIDownloads CRD has incorrect additionalPrinterColumns entry
-
- Closed
-
- clones
-
OCPBUGS-59939 ConsoleLink CRD has incorrect additionalPrinterColumns entry
-
- MODIFIED
-
- is cloned by
-
OCPBUGS-62256 ConsoleCLIDownloads CRD has incorrect additionalPrinterColumns entry
-
- Closed
-
- relates to
-
CONSOLE-4831 Bump to latest console-operator version
-
- Closed
-
- links to