k8s-operator: add age column to all custom resources (#15663)

This change introduces an Age column in the output for all custom
resources to enhance visibility into their lifecycle status.

Fixes #15499

Signed-off-by: satyampsoni <satyampsoni@gmail.com>
This commit is contained in:
Satyam Soni
2025-04-15 20:13:56 +01:00
committed by GitHub
parent 7833145289
commit b926cd7fc6
11 changed files with 35 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ spec:
jsonPath: .status.nameserver.ip
name: NameserverIP
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema: