Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
remove duplicate additionalPrinterColumns (#192)
Browse files Browse the repository at this point in the history
* remove duplicate additionalPrinterColumns

Signed-off-by: Kenny Leung <[email protected]>

* patch

Signed-off-by: Kenny Leung <[email protected]>

---------

Signed-off-by: Kenny Leung <[email protected]>
  • Loading branch information
k4leung4 authored Nov 6, 2023
1 parent 0892e20 commit 4faeb86
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
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
21 changes: 21 additions & 0 deletions hack/patches/14592.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
diff --git a/vendor/knative.dev/serving/config/core/300-resources/domain-mapping.yaml b/vendor/knative.dev/serving/config/core/300-resources/domain-mapping.yaml
index 8fdeea6..eacc869 100644
--- a/vendor/knative.dev/serving/config/core/300-resources/domain-mapping.yaml
+++ b/vendor/knative.dev/serving/config/core/300-resources/domain-mapping.yaml
@@ -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
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 4faeb86

Please sign in to comment.