Remove DNS Names & CN from cert printer columns

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-01-16 19:11:44 +00:00
parent c6a499fd40
commit 303a47e848
2 changed files with 4 additions and 24 deletions

View File

@ -16,22 +16,10 @@ spec:
name: Issuer
type: string
priority: 1
- JSONPath: .spec.commonName
name: Common Name
type: string
priority: 1
- JSONPath: .spec.dnsNames
name: DNS Names
type: string
priority: 1
- JSONPath: .status.conditions[?(@.type=="Ready")].message
name: Status
type: string
priority: 1
- JSONPath: .status.lastFailureTime
name: Last Failure
type: date
priority: 1
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
@ -97,9 +85,11 @@ spec:
- JSONPath: .spec.issuerRef.name
name: Issuer
type: string
priority: 1
- JSONPath: .status.reason
name: Reason
type: string
priority: 1
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.

View File

@ -16,22 +16,10 @@ spec:
name: Issuer
type: string
priority: 1
- JSONPath: .spec.commonName
name: Common Name
type: string
priority: 1
- JSONPath: .spec.dnsNames
name: DNS Names
type: string
priority: 1
- JSONPath: .status.conditions[?(@.type=="Ready")].message
name: Status
type: string
priority: 1
- JSONPath: .status.lastFailureTime
name: Last Failure
type: date
priority: 1
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
@ -97,9 +85,11 @@ spec:
- JSONPath: .spec.issuerRef.name
name: Issuer
type: string
priority: 1
- JSONPath: .status.reason
name: Reason
type: string
priority: 1
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.