1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-08 10:04:25 +00:00

add age column to pv printer

This commit is contained in:
Shuting Zhao 2019-12-12 15:19:48 -08:00
parent e635c7f1fb
commit 81a0cc4f45
2 changed files with 12 additions and 0 deletions

View file

@ -257,6 +257,9 @@ spec:
type: string
description: The resource name that caused the violation
JSONPath: .spec.resource.name
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
validation:
openAPIV3Schema:
properties:
@ -333,6 +336,9 @@ spec:
type: string
description: The resource name that caused the violation
JSONPath: .spec.resource.name
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
validation:
openAPIV3Schema:
properties:

View file

@ -257,6 +257,9 @@ spec:
type: string
description: The resource name that caused the violation
JSONPath: .spec.resource.name
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
validation:
openAPIV3Schema:
properties:
@ -333,6 +336,9 @@ spec:
type: string
description: The resource name that caused the violation
JSONPath: .spec.resource.name
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
validation:
openAPIV3Schema:
properties: