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

remove duplicate additionalPrinterColumns #192

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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