add "Status" printer column to JWTAuthenticator and WebhookAuthenticator

This commit is contained in:
Ryan Richard
2024-08-05 11:32:19 -07:00
parent 288e092d2e
commit 756966c55b
35 changed files with 68 additions and 2 deletions
@@ -25,6 +25,9 @@ spec:
- jsonPath: .spec.audience
name: Audience
type: string
- jsonPath: .status.phase
name: Status
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
@@ -22,6 +22,9 @@ spec:
- jsonPath: .spec.endpoint
name: Endpoint
type: string
- jsonPath: .status.phase
name: Status
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date