Skip to content

Commit

Permalink
remove duplicate 'additionalPrinterColumns' (#14592)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Leung <[email protected]>
  • Loading branch information
k4leung4 authored Nov 4, 2023
1 parent 141747a commit ec8cf65
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/core/300-resources/domain-mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,6 @@ spec:
url:
description: URL is the URL of this DomainMapping.
type: string
additionalPrinterColumns:
- name: URL
type: string
jsonPath: .status.url
- name: Ready
type: string
jsonPath: ".status.conditions[?(@.type=='Ready')].status"
- name: Reason
type: string
jsonPath: ".status.conditions[?(@.type=='Ready')].reason"
names:
kind: DomainMapping
plural: domainmappings
Expand Down

0 comments on commit ec8cf65

Please sign in to comment.